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
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 468 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!