Hi there, I need to create formulas to automatically update the status of my tasks but I keep getting an error. Can someone help?
I have 2 columns: Baseline Start Date and Baseline Finish Date. I want the status column to be connected to those in the following way:
In progress - if the baseline start date is equal to or has passed AND if the baseline finish date is not reached yet
Delayed: if the baseline finish date has passed (although I feel I am missing another condition?)
Not started: if the baseline start date has not been reached
Completed: if the finish date has passed and if the status has previously been in progress (again, I feel I am missing another condition?)
Can someone help?