Formula help

Options

I have a formula set to change to RYGB balls depending on children. The formula is as follows:

=IF(COUNTIFS(CHILDREN(), "Red") > 1, "Red", IF(COUNTIFS(CHILDREN(), "Red") > 0, "Yellow", IF(COUNTIFS(CHILDREN(), "Yellow") > 1, "Yellow", "Green")))

This formula works great.

I now want to add another statement to this that will change the ball to BLUE, i.e; 

When all children are complete (Blue), change to "Blue".

I can't seem to figure this out. What is the operator for "ALL"?

 

Tags:

Comments

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!