Skip to content

countblank

Count empty cells in a range.

v = countblank(range)

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.

countblank(A1:A100)
  • counta — Count non-empty values in the arguments.
  • count — Count numeric values in the arguments.