S
Sam
I need a cell to display the date, switch to the next date
at 2:00 pm, and skip Saturdays and Sundays. For example,
now it should display 3/15/04. At 3:00pm it should
display 3/16/04. On Saturday the 20th, it should display
3/22/04.
Right now, I am using this:
=IF(MOD(NOW(),1)>=14/24,TODAY()+1,TODAY())
The problem I have is getting the cell to skip weekends.
at 2:00 pm, and skip Saturdays and Sundays. For example,
now it should display 3/15/04. At 3:00pm it should
display 3/16/04. On Saturday the 20th, it should display
3/22/04.
Right now, I am using this:
=IF(MOD(NOW(),1)>=14/24,TODAY()+1,TODAY())
The problem I have is getting the cell to skip weekends.