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.
Counting Child Rows of Un-Checked Boxes
Comments
-
Check boxex expect a 0 or 1 or Text. There fore if the calculation does not produce 0 or 1 then it errors.
Try this:
=COUNTIF(CHILDREN(), 0) + " of " + COUNT(CHILDREN())
-
James is correct, you will need to format the result as a text string (if this formula is in a checkbox cell) because the checkbox column is looking for a 1 or 0 as a result.
=COUNTIF(Complete2:Complete14, 0) + ""
The + "" at the end will format the result as a text string.
-
Thanks for the feedback James and John but neither one is working
-
This works for me:
=COUNTIF(CHILDREN(), 0) + ""
Post a screen shot if you didn't find it yet.
Craig -
J.Craig- Bingo, that one worked. Thanks!
This discussion has been closed.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 457 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives