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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!