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.
Email : thinh.huynh@giathinh.tech
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.2K Get Help
- 431 Global Discussions
- 152 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 74 Community Job Board
- 501 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 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!