How to count unchecked boxes for rows with data only

I tried this formula but it's also counting the unchecked rows without data
=COUNTIFS([Client Lost?]:[Client Lost?], 0)
What should be the correct formula?
Best Answer
-
Just add a condition to look at the column/row that should have data to your formula and then run a check to see if its blank.
Update the column name to the one you want to checkβ¦
=COUNTIFS([Client Lost?]:[Client Lost?], 0, [Data Column]:[Data Column], NOT(ISBLANK(@cell)
Answers
-
Just add a condition to look at the column/row that should have data to your formula and then run a check to see if its blank.
Update the column name to the one you want to checkβ¦
=COUNTIFS([Client Lost?]:[Client Lost?], 0, [Data Column]:[Data Column], NOT(ISBLANK(@cell)
-
perfect! thank you @Nic Larsen
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 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!