The only thing worse than wrong data in your spreadsheet is Empty Cells. If these blanks aren’t filled, they can cause problems when using formulas. I usually fill these empty cells with 0 or “NA” (Not Available).

In large datasets, doing this manually is almost impossible and very time-consuming. Luckily, Excel has a way to select all blank cells at once, making it much easier to fill them!

Method 1:- Count Blank Cells in Excel Using COUNTBLANK Function

The COUNT function in Excel is useful in many situations. To count empty cells specifically, you can use a similar function called COUNTBLANK. Here’s how it works!

  1. Click on cell D13
  2. Type =COUNTBLANK(
  3. Enter the range you want to check, like A2:D10 (selected all data)
  4. Type the closing parenthesis ) and press Enter.
29.1 count blank cells

This will show the count of blank cells in the range D13

How to Count Blank Cells in Excel - 3 Easy Ways

Now, you’ll see the total count of blank cells for the range in that one cell.

Method 2 :- Count Blank Cells in Excel Using Find Feature

If you want a quick count of blank cells in Excel without using a formula, try the Find feature:
  • Select the cells where you want to find blanks.

  • Go to the Home tab, click Find & Select in the Editing section, and choose Find.

29.3 count blank cells
  • In the Find and Replace window, leave the Find What box empty. Then click Options.

  • Adjust these options on the left:

    • Within: Sheet
    • Search: By Rows or By Columns (whichever you prefer)
    • Look In: Values
  • Click Find All. You’ll see the number of blank cells at the bottom left.

  • You can view the list of blank cells. Click one to go to it, or use Find Next to move through each result.

  • When done, click Close.

This makes it easy to count blank cells. And if you want to highlight them, Excel has a feature for that too!

29.4 count blank cells

Method 3 :- Count Blank Cells in Excel Using COUNTIF Function

You can use COUNTIF to count blank cells by setting a condition. Here’s how:
  1. Click on cell D12 and type =COUNTIF(
  2. Enter the range you want, like B2 : D10
  3. For the criteria, type “=” to count cells with no value.
  4. Close the parentheses ) and press Enter.
29.5 count blank cells

This will count the blank cells in the range D12

29.6 count blank cells

Download Practice File

You can also practice this through our practice files. Click on the below link to download the practice file.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *