Counting # of checked boxes in one column
Hi all,
I've tried a few different formulas but can't figure out how to count the # of checked boxes in a column. My column is labeled "Approved" and has 131 cells, so I tried:
=COUNTIF(approved1:approved131, 1)
But I'm getting #BOOLEAN EXPECTED
Comments
-
That particular error means the formula is in a specific type of column (Date, Number, Symbol) and the returned value is of a different type.
You can either move the formula to a different column, or convert the result to the appropriate type.
Formula results may be converted to text values by adding an empty string. For example =TODAY() + "" will allow you to enter today's date into a text column.
What column type are you entering the formula into? That particular one needs to go into a text/number type column.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!