I have a project with the following hierarchy:
I would like the Project Name health to calculate based on the average the Project Stage Health
I would like the Project Stage health to calculate based on the average the Milestone Health
I would like the Milestone health to calculate based on the average the Task Item Health
I would like the Task Item health to calculate based on Status, Start Date and End Date:
· If Start Date is in the past, and Status is blank or “Not Started”, then Health = Red
· If End Date is in the past, and Status is not “Complete” or “Canceled”, then Health = Red
· If status is “Not started” or “On Hold”, AND Start Date is in the Future, then Health = Gray
· If status is “In Progress” AND End Date is in the Future, Health = Green
· If status is “Canceled”, Health = Green
· If status is “Complete”, Health = Green
In addition to this, is it possible to incorporate percentage complete, actual vs expected? For example, if an item starts on 3/1 and ends on 3/31, and today is 3/15, the expected percentage complete should be approx. 50%. If the actual complete percentage is lower than the expected percentage complete can it play a role in the calculation of the health?
Ideally if it is lower than 26% I would want the health to downgrde from green to yellow, or yellow to red.