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.
Anyway to have parent automatically get checkmark?
Comments
-
Tyler,
Try this:
=IF(COUNT(CHILDREN()) = COUNTIF(CHILDREN(), 1), 1, 0)
I hope this helps.
Craig
-
The first formula "=IF(COUNT(CHILDREN())" gave me the error message "#MISSING"
The second formula "=COUNTIF(CHILDREN(), 1), 1, 0)" gave me the error message "#IMBALANCED"
-
Sorry,
It isn't two formulas, it is one.
=IF(COUNT(CHILDREN()) = COUNTIF(CHILDREN(), 1), 1, 0)
This part checks the number of checked boxes from the children
COUNTIF(CHILDREN(), 1)
This part counts the number of children (checked or unchecked)
COUNT(CHILDREN())
The equals sign in the middle determines if they match
=IF(expression,1,0)
will check the parent box if they do, uncheck if they don't.
Craig
This discussion has been closed.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives