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
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives