Hi all -
Our team is trying to change our color bubble formula but we are struggling and need some help from those of you that are really good with formulas.
We use red, yellow, green, blue bubbles. The Column is called health.
First formula question: How do we get the main parent row to average the color bubbles and give us the health of the project. I tried =AVERAGEIF(CHILDREN()) but it just gave me a blank cell.
Second formula question:
We are trying to use this logic:
BLUE
100% in ‘% Complete’ column
GREEN
>0% in ‘% Complete’ column + within the ‘BASELINE start date’ and ‘BASELINE end date’
YELLOW
0% in ‘% Complete’ column + past the ‘BASELINE start date’
RED
<100% in ‘% Complete’ Column + past the ‘BASELINE end date’
<100% in ‘% Complete’ Column + past the ‘end date’
We use the column names:
Start Date
End Date
Baseline Start
Baseline Finish
Thank you in advanced!!