Formula for %Complete Column (or progress bar) for 5+ Checkboxes columns
Hi!
I am looking for a formula to either give a percentage complete or similiar from a number of checkboxes.
I have tried;
=COUNTIFS([T1]@row1]:[T7]@row1],=1) - results in UNPARSEABLE
=COUNTIF([T1]2:[T7]2, "True") / COUNT([T1]2:[T7]2) = 0
=COUNTIF([T1]2:[T7]2) / COUNT([T1]2:[T7]2) = incorrect argument set
Answers
-
Hi @Emma1516156165,
The formula to use here for counting the checkboxes is:
=COUNTIF([T1]@row:[T7]@row, 1)
If each stage is equally weighted, then you can add a divisor and make your column a percentage with this formula:
=COUNTIF([T1]@row:[T7]@row, 1)/7
Example:
Hope this helps - if you've any questions then just ask! 😊
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 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!