Hi -
I have a formula that seems to work to average the color balls in the children tasks
=IF(COUNTIF(CHILDREN(), "Green") > COUNTIF(CHILDREN(), "Red"), IF(COUNTIF(CHILDREN(), "Green") > COUNTIF(CHILDREN(), "Yellow"), "Green", "Yellow"), IF(COUNTIF(CHILDREN(), "Red") > COUNTIF(CHILDREN(), "Yellow"), "Red", "Yellow"))
When the children cells are blank, the average comes out Yellow which skews the overall health of the project, as I use the same formula to average all the color ball headings.
Ideas on how can I modify this formula to ignore blank cells?
The formula is in Row 13, 14, and 18.
Thanks.