Checkbox Automation for Parent Row
I am looking for a solution to have a checkbox checked once all the checkboxes in the children rows are checked. The checkboxes are in the same column. I tried putting this formula in row 252 but it's not working. =IF(Status253:Status261 = "1", 1, 0)
Any suggestions?
Thanks in advance
Best Answer
-
If you're looking to make the whole column a formula column, you might need a helper column to act as a trigger but if you're only interested in putting the formula in the parent row, you could try this:
=IF(COUNTIF(CHILDREN(), 1) / COUNT(CHILDREN()) = 1, 1, 0)
Answers
-
If you're looking to make the whole column a formula column, you might need a helper column to act as a trigger but if you're only interested in putting the formula in the parent row, you could try this:
=IF(COUNTIF(CHILDREN(), 1) / COUNT(CHILDREN()) = 1, 1, 0)
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!