Checkbox Column + % Complete Column Formula
Smartsheet I am trying to use this Formula to calculate % Complete based on Checkbox, however the Checkbox is a different Column Called Done, not under the % Column. Can I do that?
Existing Formula:
=ROUND(IF(COUNTIF(DESCENDANTS(), 1) / COUNT(DESCENDANTS()) > 0, COUNTIF(DESCENDANTS(), 1) / COUNT(DESCENDANTS()), 0) * 100, 0) + "%"
Best Answer
-
=ROUND(IF(COUNTIF(DESCENDANTS(done@row), 1) / COUNT(DESCENDANTS()) > 0, COUNTIF(DESCENDANTS(done@row), 1) / COUNT(DESCENDANTS()), 0) * 100, 0) + "%"
Answers
-
reference the parent cell in the desired column you wish to calculate the range of in the descendants formula
=descendants(checkbox@row)
-
I am not sure I understand where I insert this part of the formula?
-
=ROUND(IF(COUNTIF(DESCENDANTS(done@row), 1) / COUNT(DESCENDANTS()) > 0, COUNTIF(DESCENDANTS(done@row), 1) / COUNT(DESCENDANTS()), 0) * 100, 0) + "%"
-
Ahhh, OK! Thanks
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!