I have a sheet for managing schedules for a team and we have a checklist to see who has updated it for the following week.
Cell C4 states the week starting date (every Monday). I want this to update each Sunday to state the following Monday date and to remain as this for the entire week.
I used the function:
=TODAY()+(7-WEEKDAY(TODAY(),3))
However, as soon as it turns Monday it updates to the following Monday so it is a week ahead. I'm unsure how to rectify this so it stays as the current week.
Cell C4 states the week starting date (every Monday). I want this to update each Sunday to state the following Monday date and to remain as this for the entire week.
I used the function:
=TODAY()+(7-WEEKDAY(TODAY(),3))
However, as soon as it turns Monday it updates to the following Monday so it is a week ahead. I'm unsure how to rectify this so it stays as the current week.