Hello there,
I'm new in SS. I'm trying to create a formula for the status column.
I have the following status:
On track
At Risk
Late
Not Started
=IF([Start Date]1 > TODAY(), "Not Started", IF([End Date]1 > TODAY(), "On Track", IF([End Date]1 = TODAY(), "At Risk", IF(AND([% Complete]1 = 1, [End Date]1 < TODAY()), "Complete", "Late"))))
I would like to have the below rules, but for some reason I don't get that all of them works.
I would appreciate is someone can give me an idea.
Thanks!