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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives