S
Steved
Hello from Steved
=$A$1+CHOOSE(WEEKDAY$A$1),32,31,30,29,28,27,26,25,24,23)
The above formula is part of my calendar. The problem is
at the end of the month this formula goes to the
following month. I tried the below but puts #NAME?
=IF(DAY(Calendar)>15,IF(ROW()=5,"",Calendar),IF(DAY
(Calendar)<15,IF(ROW()>8,"",Calendar),Calendar))
Question what am I doing wrong or is there another
solution please, also at the beginning it has #value!
=$A$1+CHOOSE(WEEKDAY($A$1),0)until the first day of the
month
Thankyou.
=$A$1+CHOOSE(WEEKDAY$A$1),32,31,30,29,28,27,26,25,24,23)
The above formula is part of my calendar. The problem is
at the end of the month this formula goes to the
following month. I tried the below but puts #NAME?
=IF(DAY(Calendar)>15,IF(ROW()=5,"",Calendar),IF(DAY
(Calendar)<15,IF(ROW()>8,"",Calendar),Calendar))
Question what am I doing wrong or is there another
solution please, also at the beginning it has #value!
=$A$1+CHOOSE(WEEKDAY($A$1),0)until the first day of the
month
Thankyou.