Syntax
| Parameter | Description |
|---|---|
| range | Parameter of the COUNTBLANK function. |
Examples
Missing email addresses
=COUNTBLANK(D2:D500)
Incomplete order forms
=COUNTBLANK(A2:F2)
Percentage complete
=1 - COUNTBLANK(B2:B100)/COUNTA(B2:B100)
Common Errors
Occurs if the argument is not a valid cell range. COUNTBLANK requires a range reference, not individual values.
Tips
A cell containing ="" (an empty string from a formula) is counted as blank by COUNTBLANK, even though the cell technically contains a formula.
Pair COUNTBLANK with conditional formatting to highlight rows where required fields are still empty, making incomplete records easy to spot.
To count non-blank cells instead, use COUNTA. The relationship is: COUNTA(range) + COUNTBLANK(range) = total cells in range.
Try COUNTBLANK in Viztab
Import your data and use COUNTBLANK with 370+ other formulas. No signup required.
Open Viztab