Hi There
I have a status column using the ryg balls Red, Yellow, Green and Blue.
I currently have a formula which will return Red, Yellow, Green and Blue if all the children are the respective colour.
=IF(COUNTIFS(CHILDREN(), "Red") = COUNT(CHILDREN()), "Red", IF(COUNTIFS(CHILDREN(), "Green") = COUNT(CHILDREN()), "Green", "Yellow"))
However it really needs to exclude the Blue, unless all the children rows are Blue.
Eg. If the parent has two children rows and one is green and one is blue, I want the parent row to show green, and at the moment it is showing yellow.
The child rows currently have a different formula which is not ideal, so the utopia would be to have one formula which would also include the following.
=IF([Task Not Required this Year]23 = true, "Blue", IF(Progress23 = "", "", IF(Progress23 = "Quarter", "Yellow", IF(Progress23 = "Half", "Yellow", IF(Progress23 = "Three Quarter", "Yellow", IF(Progress23 = "Full", "Green", "Red"))))))
I have been going around in circles with this for a few weeks now, so would really appreciate some help.
I am wondering if I could do this with an automation, so I am also starting to explore this as an option and again, any help in this would be gratefully received.
Many thanks
Natalie