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
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!