Hi there,
My formula seems to be broken. Any ideas?
=IF(AND(OR(Status@row = "Not Started", Status@row = "In Progress"), ISBLANK([Projected End Date]@row)), "Yellow", IF(Status@row = "Complete", "Green", IF((TODAY() - [Projected End Date]@row > 0), "Red", "")))
- Project Health turns "Green" for any row that has a Status of "Complete" or if the Projected End Date is 1 week out or further
- Project Health turns "Yellow" for any row that does not have a Status of "Complete", "On Hold", or "Canceled", and the Projected End Date is within the next 7 days
- Project Health turns "Gray" for any row that has a Status of "On Hold" or "Canceled"
- Project Health turns "Red" for any row that does not have a Status of "Complete", "On Hold", or "Canceled", and the Projected End Date is within the next 3 days or is in the past
- Project Health is “blank” for any row where the Status and Target End Date cells are empty
- Additionally, it should show the average health of its children's tasks.