Formula for checking Parent Checkbox when ALL Child Check boxes are checked?
I'm trying to find a formula that can be placed in a parent check box cell, so that when ALL child checkboxes are filled in, the parent check box then becomes checked. I have multiple columns this is needed for, so ideally looking for a solution without having to create a number of other columns to draw calculations from.
Thanks in advance!
Comments
-
In the Checkbox column:
=COUNTIFS(CHILDREN(), 1) = COUNT(CHILDREN())
Noted that this will also check the box if there are no children.
If that is an issue, it can be addressed.
Craig
-
Worked Great- Thank you very much!!
-
You are welcome.
Craig
-
How could I modify this formula to look at all rows indented under the parent row, not just the first level?
I tried changing CHILDREN to DESCENDANT, but it doesn't work the same way.
Please help.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 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!