To count blank cells, Excel provides COUNTBLANK function. Sure there are other makeshifts to count blank cells in excel. But why use them when we have a dedicated function.
Syntax of COUNTBLANK Function
div class="bbbb">=COUNTBLANK(range)
Range: The only argument of COUNTBLANK function accepts a range in which you want to count number of blank cell.
Let’s see an example.
COUNTBLANK Example
So here we have a range A2:A10. Now we want to count if blank cells are found.
Write this COUNTBLANK formula.
Excel will find all blank cell and will return the number of blank cell in given range.
Note that-
All errors and 0s are not counted.
Formulas that return blank values (“”) are counted.
Space (“ “) is not blank hence it is not counted too.
So yeah guys, this how you can count blank cells in any range. Let me know if this was helpful.
Related Articles:
Checking Whether Cells in a Range are Blank, and Counting the Blank Cells
How to Calculate Only If Cell is Not Blank in Excel
Popular Articles:
50 Excel Shortcuts to Increase Your Productivity
How to use the VLOOKUP Function in Excel
The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.