how to count the total of a checkbox field?
I need to count the total no. of check marked cells in a column
Answers
-
=COUNTIF(Done:Done, 1)
Change "Done" to ur desired colum name
-
thanks. also, I need to count all the values in a column except 1. how do I go about that?
-
Do you mean you need to count all values except for where the value = 1? Are you trying to add all the values together? Or trying to just count how many cells in that column contain a value other than "1"?
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
-
To count the number of cells containing a value greater than 1:
=COUNTIF([ColumnName]:[ColumnName], >1)
To add together all values greater than 1:
=SUMIF([ColumnName]:[ColumnName], >1)
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
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
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!