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
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!