Hi,
I would like to add a health status formula but i am receiving an error.
=IF(Status@row = "Not started", "Blue", IF(Status@row="In Progress", "Yellow", IF(AND(TODAY() > [end date]@row, Status@row="In Progress"), "Red", IF(Status@row="Complete", "Green"))))
Any help would be greatly appreciated.