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
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!