Hello,
I have an *awesome* formula that changes RYG balls of parent rows as the children rows change. The formula is below:
=IF(AND(COUNTIF(CHILDREN(), "Green") > COUNTIF(CHILDREN(), "Yellow"), COUNTIF(CHILDREN(), "Green") > COUNTIF(CHILDREN(), "Red")), "Green", IF(AND(COUNTIF(CHILDREN(), "Red") > COUNTIF(CHILDREN(), "Green"), COUNTIF(CHILDREN(), "Red") > COUNTIF(CHILDREN(), "Yellow")), "Red", "Yellow"))
My issue is that when the children rows have not yet selected a RYG ball, the parent ball shows up as Yellow. Is there a way to make it just be blank if the rows below it are blank? Or at least, Green? The "Yellow" can have a negative connotation and I do not want a Project Manager thinking a new project is in the Yellow when they are given the SmartSheet template.
Thank you!