need help with this formula, basically trying to rep a today as Day 0, yes as day 1, etc. But Sunday & Saturday should not increment.
Currently on a Monday I get
Monday, Day 0
Sunday, Day 0
Saturday Day 0
Friday Day 3 (when it should be day 1).
=IF(WEEKDAY(C32)=1,D33,IF(WEEKDAY(C32)=7,D33,"Day "&($C$33-C32)))
Currently on a Monday I get
Monday, Day 0
Sunday, Day 0
Saturday Day 0
Friday Day 3 (when it should be day 1).
=IF(WEEKDAY(C32)=1,D33,IF(WEEKDAY(C32)=7,D33,"Day "&($C$33-C32)))