Hi,
I've just managed to be able to get my health symbols to correspond with the progress of my project using this formula :
=IF(Status@row ="Started", "Yellow", IF(Status@row ="Blocked", "Red", IF(Status@row = "Not Started","Blue", IF(Status@row ="Completed", "Green"))))
Would it be possible to now add another formula or add to this formula so that it links the Health to the Dates, With the status changing if the dates are past due?
Thank you in advance