COUNTBLANK function - Count the number of blank (empty) cells in a selected range or array in Excel

The COUNTBLANK () function helps to count the number of blank (empty) cells in a selected range or array in Excel.

The previous article introduced you to the COUNT () function - a function that counts cells with numbers in the list of arguments. In this article, I will introduce one more counting function - COUNTBLANK (). This function will help you count empty cells in the selected range.

Picture 1 of COUNTBLANK function - Count the number of blank (empty) cells in a selected range or array in Excel

Description

The COUNTBLANK () function helps to count the number of blank (empty) cells in a selected range or array in Excel.

Syntax

= COUNTBLANK (range)

Inside:

- range: is the only and mandatory parameter of the function, range is the sequence of cells, an area to count the number of empty (empty) cells.

Note

- Cells containing formulas that return empty (empty) text will count like normal blank cells.

- Cells with value = 0 will not be counted.

For example

Count students without points (number of empty cells) in the following example:

Picture 2 of COUNTBLANK function - Count the number of blank (empty) cells in a selected range or array in Excel

In the data table with cell E3, the function returns an empty value.

Apply the formula COUNTBLANK (): = COUNTBLANK (E6: E13)

And the result is 3 because cell E3 is the formula but the result is empty.

Picture 3 of COUNTBLANK function - Count the number of blank (empty) cells in a selected range or array in Excel

This article described the syntax and usage of the COUNTBLANK () function. Hopefully, with the above simple example, you will understand how to use the COUNTBLANK () function in Excel. Good luck!

You've just finished reading the article "COUNTBLANK function - Count the number of blank (empty) cells in a selected range or array in Excel" edited by the TipsMake team. You can save countblank-function-count-the-number-of-blank-empty-cells-in-a-selected-range-or-array-in-excel.pdf to your computer here to read later or print it out. We hope this article has provided you with many useful tech tips and tricks. You can search for similar articles on tips and guides. Thank you for reading and for following us regularly.

« PREV : DPRODUCT function in...
AVERAGEIF function... : NEXT »