I've search the community and I think I'm just getting myself more confused since I'm not good with writing formula's. I downloaded the "project plan" template and I am still confused. I would like to show the following (I hope I'm explaining this right 😩):
- Blue (complete) = if schedule delta is = 0% AND % complete is 100%
- Green (on track) = today's date is 10 days b4 target end date AND if schedule delta % is > 10%
- Yellow (at risk) = today's date is 10 days b4 target end date AND if schedule delta % is < 10%
- Red (past due) = today's date is 1 day after target end date AND schedule delta % is > 10%
Also, how would I incorporate the % complete columns in the above GYR?
This is the formula that was in the project plan template:
=IF([Schedule Delta (%)]@row > 0.1, "Red", IF([Schedule Delta (%)]@row > 0, "Yellow", "Green"))
I would also like the status column to update based on the color of the schedule health.
- Blue Health = Complete
- Green Health = In Progress
- Yellow Health = At Risk
- Red Health = Late