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
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!