Hello, I'm trying to create a Formula that will change Status according to the fields "Start Date" & "End Date".
If Today > End Date = "Delayed"
If Today < End Date = "In Progress"
If Today < Start Date = "Planning"
I have written the following formula that works for "Delayed", but shows "True" instead of "In Progress" or "Planning"