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
- 66.6K Get Help
- 435 Global Discussions
- 152 Industry Talk
- 495 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 508 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!