Hello,
I am trying to create a sheet that calculates 60 school days from a specific date. It needs to omit weekends, holidays and breaks. I used the following formula and it is still not calculating correctly.
=WORKDAY([Document Date Signed]@ros, 60, [PPS Holidays]@row)
I entered all of the holidays in the holiday column but it is still multiple days off. I also tried entering the weekends in the holiday column but it is still not calculating correctly. I don't have dependencies turned on because that requires a start and end date column.