Percent of Checked Boxes
MTaylor
âśâś
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
- Smartsheet Customer Resources
- 62.9K Get Help
- 379 Global Discussions
- 210 Industry Talk
- 441 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 300 Events
- 33 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!