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
- 67.7K Get Help
- 472 Global Discussions
- 200 Use Cases
- 514 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!