Once my child dots are all green, is there a formula to automatically turn the parent dot green?
Example:
Parent: Onboarding
Child: I-9
Child: W-4
Child: etc.
Once I mark all the child dots green, I would like for Onboarding to automatically turn green.
Best Answer
-
oops, I forgot the @row after Status. my bad
=IF(COUNT(CHILDREN([Onboarding Paperwork]@row)) = COUNTIFS(CHILDREN(Status@row), "Green"), "Green", "Red")
Answers
-
Hey @Eric Leon
This formula will turn the Onboarding ball green if all Onboarding children are green. What color would you like the ball to be if all children are not green? As written, I have the Parent Ball be Red if all children are not Green. By counting the children in your primary column (be sure to insert the actual name of your primary column) you will be certain the total children number is complete.
=IF(COUNT(CHILDREN([Primary column]@row)) = COUNTIFS(CHILDREN(Onboarding@row), "Green"), "Green", "Red")
Are the child balls turned by formula, or do you change the color manually? If the children balls are changed by formula, what formula are you using? We can combine the two so that all changes would then be automatic.
Kelly
-
Thank you @Kelly Moore !
All balls will start off Red, and team will manually change the Children to Green balls once task is complete. The hopeful outcome once all Children balls are complete, the Parent ball will automatically change to Green.
-
Great!
To edit the formula above to match your columns, the formula you are inserting in the parent rows of the Status column is:
=IF(COUNT(CHILDREN([Onboarding Paperwork]@row)) = COUNTIFS(CHILDREN(Status), "Green"), "Green", "Red"
cheers,
Kelly
-
Thank you @Kelly Moore ! Still popping up #unparseable However, this is a great start an I think I can figure out what I need to do. Thank you!
-
oops, I forgot the @row after Status. my bad
=IF(COUNT(CHILDREN([Onboarding Paperwork]@row)) = COUNTIFS(CHILDREN(Status@row), "Green"), "Green", "Red")
-
Appreciate you rechecking!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 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!