Counting "Not Checked"
Morning All,
I am trying to do a count of checked and not checked
Checked worked fine but the not checked or FALSE is returning the incorrect figure
=COUNTIF({Reconcile}, =0)
=COUNTIF({Reconcile}, =1)
Best Answer
-
I'm guessing that your unchecked box count is overestimating the number of rows. This is frequently caused by the unchecked box also counting completely blank rows. If this is the your case, add an additional criteria that will filter for rows actually in use
=COUNTIFS({Reconcile}, =0, {another column that is always filled}, <>"")
this should give you the correct value. Does it work for you?
Kelly
Answers
-
I'm guessing that your unchecked box count is overestimating the number of rows. This is frequently caused by the unchecked box also counting completely blank rows. If this is the your case, add an additional criteria that will filter for rows actually in use
=COUNTIFS({Reconcile}, =0, {another column that is always filled}, <>"")
this should give you the correct value. Does it work for you?
Kelly
-
Perfect it work - Thank you :-)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!