COUNTIF non blank cells
I created a dashboard metrics sheet that is referencing data from various sheets using columns and I am stuck! I would like to have a metric for a column in a sheet that will count all of the sites that have a number assigned to them, some cells are blank and I only want the ones with a number.
How can I count all those cells that are not blank? This is what I have and I know I'm totally off....
Reference sheet --> {Master Data Sheet Site Number}
Column Name --> Site Number
=COUNTIF({Master Data Sheet Site Number}, NOT(ISBLANK@[Site Number]))
Best Answer
-
If you need to specify count numbers then:
=COUNTIF([Column Name]:[Column Name], ISNUMBER(@cell))
Answers
-
If you do not need to specify anything other than not blank, use Count. It only counts non blank cells.
=Count(RANGE)
Hope this helps!
-
If you need to specify count numbers then:
=COUNTIF([Column Name]:[Column Name], ISNUMBER(@cell))
-
Ahhh it worked thank you so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!