in one of my excel spreadsheets i have the days of the month, here are some of my formulea
(cell E3)= manually typed, first working date of the month
(cell G3)=IF(WEEKDAY(E3)=6,E3+3,E3+1)
(cell I3)=IF(WEEKDAY(G3)=6,G3+3,G3+1) etc...
I would like it to stop on the last day of the month. i need it to be able to do any month of the year. any ideas on how to do this?
Thanks,
Smiley
(cell E3)= manually typed, first working date of the month
(cell G3)=IF(WEEKDAY(E3)=6,E3+3,E3+1)
(cell I3)=IF(WEEKDAY(G3)=6,G3+3,G3+1) etc...
I would like it to stop on the last day of the month. i need it to be able to do any month of the year. any ideas on how to do this?
Thanks,
Smiley