Checkbox Summaries
Hey all,
I am a new smartsheet user using smartsheets to track progress for a rehab project for an apartment complex.
We are checking off each completed task for each unit using checkboxes.
To best track progress, I am trying to find out how to get totals for total number of checkboxes on the spreadsheet and total number checked so I can see how many items are completed out of what needs to be done.
What are your recommendations for this goal?
Answers
-
Hi @Aaliyah
You can use COUNTIF() to count the number of checked items.😉
I could not find a formula that automatically calculates the number of checkboxes in the selected range.
The formula I have in the summary field, checkbox #, is as follows;
=COUNTIF([unit #]:[unit #], NOT(ISBLANK(@cell))) * 3
You can use summary fields value in other summary field formulas by adding # to the summary field's name.
For example, [check / total box]'s formula is as follows;
=[check #]# / [checkbox #]#
To add up the checked items number in a specific checkbox column is as follows;
To add up the checked items number in a specific checkbox column is as follows;
=COUNTIFS([demo bath]:[demo bath], @cell = 1)
Please look at the published sheet in the following URL to check if the formulas are working by checking or un-checking checkboxes. (Note: You need to refresh to get updated %)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!