Auto-check Checkbox
Is there a formula to auto-check a PARENT checkbox if all the CHILD checkboxes are checked? Reverse of that, is there a way to check all CHILD checkboxes by simply checking the PARENT checkbox? Seems straight forward but I can't figure it out.
Best Answer
-
Check the parent:
=IF(AND(COUNTIFS(CHILDREN(), OR(@cell = 1, @cell <> 1)) > 0, COUNTIFS(CHILDREN(), @cell <> 1) = 0), 1)
Check the children:
=PARENT()
Answers
-
Check the parent:
=IF(AND(COUNTIFS(CHILDREN(), OR(@cell = 1, @cell <> 1)) > 0, COUNTIFS(CHILDREN(), @cell <> 1) = 0), 1)
Check the children:
=PARENT()
-
Thanks, that did it.
-
Happy to help. 👍️
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!