ROWS

ROWS

Synopsis

ROWS(reference)

Description

ROWS function returns the number of rows in area or array reference.

  • If reference is neither an array nor a reference nor a range, ROWS returns #VALUE! error.

Examples

ROWS(H7:I13) equals 7.

See also

COLUMN, COLUMNS, ROW.