Count blank/nonblank cells in a range in Excel
This article explains formulas to count the number of blank and nonblank cells in a range in Excel.
How to count blank cells in a range in Excel
How to count nonblank cells in a range in Excel
How to count blank cells in a range in Excel
This section is going to show you how to count blank cells in a range of cells in Excel with a certain formula. Please do as follows.
Generic Formula
=COUNTBLANK(range)
Arguments
Range (required): The range from which you want to count the blank cells.
How to use this formula?
1. Select a blank cell to output the result.
2. Enter the below formula into it and press the Enter key.
=COUNTBLANK(B3:B9)
Then the number of blank cells in specified range is calculated as the above screenshot shown.
Notes: In this formula, B3:B9 is the range from which you want to count the blank cells. Please change it to your own range.
How to count nonblank cells in a range in Excel
For counting number of nonblank cells in a specified range, the below formula can do you a favor. Please do as follows.
Generic Formula
=COUNTIF(range,"<>")
Arguments
Range (required): The range from which you want to count the nonblank cells.
How to use this formula?
1. Select a blank cell to place the result.
2. Enter the below formula into it and press the Enter key to get the result.
=COUNTIF(B3:B9,"<>")
Then you will get the total nonblank cells in specified range as the above screenshot shown.
Notes:
Related functions
Excel COUNTBLANK function
The Excel COUNTBLANK function returns the number of empty cells.
Excel COUNTIF function
The Excel COUNTIF function is used to count the number of cells that meet a criterion.
Excel COUNTA function
The Excel COUNTA function returns the number of cells that contain number, text, error value or the empty text.
Related formulas
Count cells that begin or end with specific text
This article is going to show you how to count cells that begin or end with specific text in a range in Excel with the COUNTIF function.
Count cells that contain either x or y
This tutorial is going to show you how to apply a formula based on the SUMPRODUCT function in details to count the number of cells in a specific range that contain either x or y in Excel.
Count cells that contain specific text with case sensitive
This tutorial provides a formula in details to count the number of cells that contains specific text with case sensitive in a range in Excel.
Count how many cells contain errors
This tutorial shows how to count the number of cells that contains errors (any kind of errors, such as #N/A error, #VALUE! error or #DIV/0! error) in a specified range in Excel.
The Best Office Productivity Tools
Kutools for Excel - Helps You To Stand Out From Crowd
Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...
Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)
- One second to switch between dozens of open documents!
- Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
- Increases your productivity by 50% when viewing and editing multiple documents.
- Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.