Percent of Checked Boxes
Struggling to come up with a formula to show percent of boxes checked.
Column Name = Task Complete
Column Type = Checkbox
Need to determine % of tasks complete (checked)
Answers
-
Hi @MTaylor,
The "Config Done" is a checkbox column, so expected value will be 0/1 (boolean) not a text value. So you should calculate your % of tasks complete (checked) in another text/number column or in a sheet summary field.
No need to use SUM, just modify your formula :
=COUNTIF(CHILDREN([Config done]1), 1) / COUNT(CHILDREN([Config done]1))
Hope it works.
Gia Thinh Technology - Smartsheet Solution Partner.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!