Trying to Create a Dynamic Calendar. To display days of the month the following formula gives a 509 error.
=IF(MONTH({0;1;2;3;4;5}*7+{1,2,3,4,5,6,7}E3-WEEKDAY(E3,1))=MONTH(E3),({0;1;2;3;4;5}*7+{1,2,3,4,5,6,7}+E3-WEEKDAY(E3,1)),"") CTRL SHIFT ENTER
What am I doing wrong.