Hi all,
I'm pretty new with formulas and I wanted to automate the status of each projects based on dates. I have columns Status and Progress. The status column have a selection of: Completed, Active and Not Started and the progress column have: On-time, Delayed and Not Due.
On the screenshot below, the columns Status and Progress were manually calculated and some are incorrect. What formulas do you suggest that I use to get the correct status?
I have tried something like the below in Excel but it's incorrect.
=IF(G3>=E3,"Complete","Active",if(isblank(G3),"Not Started"))
Many thanks in advance for your help,
Grace
