I am setting up an on-call schedule for all of the teams in the department. I want the start dates to auto-calc based on the prior row for the same team. I used AI to create a formula and it works.
But when I went to make it a column formula, SS says that the format is not correct!
This is the sheet. This is the formula in the Start Date column for row 3 :
=IF(Team@row = Team2, [Start Date]2 + 8, "")
Suggestions?
Also, I want to use this same sheet for all of our different teams, so what I really wanted to come up with was some type of formula or automation that finds the row with the most recent Start Date where the Team value is the same and then determine the next Start Date. That one stumped me.
Thanks!