countblank
Count empty cells in a range.
Syntax
Section titled “Syntax”v = countblank(range)Description
Section titled “Description”Returns the number of empty cells in range. Cells with a formula returning "" are counted as blank; truly blank cells (never written) are also counted.
Example
Section titled “Example”countblank(A1:A100)