Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Parent/Children Conditions
SLFoster
✭
I'm new to Smartsheet and am trying to set up a regular monthly task list. I have certain "parent" tasks, and under each are a few sub-tasks or "Children". I have a checkbox to show that each line is complete. Is there a formula in the Parent row to check the box if all boxes are checked in the Children rows?
Tags:
Comments
-
SLFoster,
This is what I use:
=IF(COUNT(CHILDREN()) = COUNTIF(CHILDREN(), 1), 1, 0)
The first part
COUNT(CHILDREN())
counts all the check boxes.
The second part
COUNTIF(CHILDREN(),1)
counts only the checked ones.
If they are equal, they are all checked.
Craig
-
Thank you! I'll give it a try.
This discussion has been closed.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.6K Get Help
- 403 Global Discussions
- 215 Industry Talk
- 455 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives