M
Monty
I use the formula below to create a column of dates
starting with the date entered in "Y16", based on a
repeating block of time slots in column "Z", E.G
9,10,11,12,13,14,15,16,9,10,ETC.
This works perfect for all days excluding Saturday and
Sunday, but I also would like to exclude a list of
holidays. I know this could be done with about 14 IF
STATEMENTS 1 for each date, but I wondered if anyone had
a better idea.
=IF(Z17>Z16,Y16,IF(WEEKDAY(Y16)=6,Y16+3,IF(WEEKDAY(Y16)
=7,Y16+2,Y16+1)))
Thanks in advance
starting with the date entered in "Y16", based on a
repeating block of time slots in column "Z", E.G
9,10,11,12,13,14,15,16,9,10,ETC.
This works perfect for all days excluding Saturday and
Sunday, but I also would like to exclude a list of
holidays. I know this could be done with about 14 IF
STATEMENTS 1 for each date, but I wondered if anyone had
a better idea.
=IF(Z17>Z16,Y16,IF(WEEKDAY(Y16)=6,Y16+3,IF(WEEKDAY(Y16)
=7,Y16+2,Y16+1)))
Thanks in advance