I am trying to add total count of column highlighted with a check box and for some reason am stumped
Best Answer
-
I am trying to add the formula from my reference sheet here but it says unparseable
Answers
-
Do you mean you are trying to count how many rows have a check in that column?
Since "checked" = 1 and "unchecked" = 0, you can just sum the column.
=SUM([Denied due to Behavior Checked]:[Denied due to Behavior Checked])
-
I am trying to add the formula from my reference sheet here but it says unparseable
-
Are you attempting to place the formula in a different sheet from the source? You will need to setup a cross-sheet reference in the sheet you are placing the formula which references the relevant column in your reference sheet. This formula should then give you the result.
=COUNTIFS({Denied due to Behavior Checked}, 1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 138 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 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!