Formula help
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"?
Comments
-
=IF(COUNTIFS(CHILDREN(), "Red") > 1, "Red", IF(COUNTIFS(CHILDREN(), "Red") > 0, "Yellow", IF(COUNTIFS(CHILDREN(), "Yellow") > 1, "Yellow", IF(COUNTIFS(CHILDREN(), "Blue") =count(children()),"Blue","Green"
give that a try and see what it gives you.
-
Works perfectly! Thank You
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!