Count cells within a column that are not blank
Hi all, trying to work out a formula to count how many cells have an entry (number or text). Can not find a formula for "is not blank". Please help.
Best Answer
-
I agree with @jmyzk_cloudsmart_jp!
Another way of doing this is to use the <> operator to say "does not equal" and then two quotes with nothing int them "" to indicate "blank".
So:
=COUNTIF([Column Name]:[Column Name], <> "")
Keep in mind that a COUNT formula will only count non-blank cells already, so you could just do COUNT like so:
=COUNT([Column Name]:[Column Name])
Cheers,
Genevieve
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
Answers
-
NOT(ISBLANK())
-
I agree with @jmyzk_cloudsmart_jp!
Another way of doing this is to use the <> operator to say "does not equal" and then two quotes with nothing int them "" to indicate "blank".
So:
=COUNTIF([Column Name]:[Column Name], <> "")
Keep in mind that a COUNT formula will only count non-blank cells already, so you could just do COUNT like so:
=COUNT([Column Name]:[Column Name])
Cheers,
Genevieve
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!