Return cell value generated by SUM formula as a number
Is there a way to return the numerical value of a cell that contains a formula that is counting the number of checked boxes in its children cells? My current formula in the cell is: ="Complete: " + SUM(COUNTIF(CHILDREN(), 1) + COUNTIF(CHILDREN(Complete96), 1))
in order to count the number of checked boxes in all children across multiple hierarchies, i.e., "Complete: #"
I tried the N() and Abs() functions with no success.
Thank you!
Comments
-
Hi,
Depending on your sheet structure I would recommend to sum the children of each section and then sum the children from the first parent. You would have to put the formula in each parent (except the top one that will be just for summing the children) to count the checked boxes.
If you could share a screenshot, I can help more efficiently.
I hope this helps you!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
="Complete: " + SUM(VALUE(COUNTIF(CHILDREN(), 1)) + VALUE(COUNTIF(CHILDREN(Complete96), 1)))
Try using the VALUE function to ensure the individual portions are actually generating numbers to add together within your SUM() instead of a text string.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 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
Check out the Formula Handbook template!