COUNTBLANKReturns the number of empty cells in a given range.
Sample Usage
COUNTBLANK(A2:C100)
Syntax
COUNTBLANK(value1, [value2,…])
value1 – The first value or range in which to count the number of blanks.
value2 – [OPTIONAL ] – Additional values or ranges in which to count the number of blanks.
See Also
DCOUNTA: Counts values, including text, selected from a database table-like array or range using a SQL-like query.
DCOUNT: Counts numeric values selected from a database table-like array or range using a SQL-like query.
COUNTUNIQUE: Counts the number of unique values in a list of specified values and ranges.
COUNTIF: Returns a conditional count across a range.
COUNTA: Returns the number of values in a dataset.
COUNT: Returns the number of numeric values in a dataset.
Examples