A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Thanks. This could work.
This pushes both Saturday and Sunday to Friday.
I would like to push Sunday to Monday.
Also, I have some rows where I want to leave Saturdays in the schedule and only exclude Sundays.
Hi,
Try it this way. The -1 is go back 1 day for Saturday and the last 1 is go forward 1 day for Sunday.
=(P3-6)+CHOOSE(WEEKDAY(P3-6,2),0,0,0,0,0,-1,1)