Skip to main content
Version: Streamsheets 3.0

ROW

Returns the row number of given cell reference or cell range. For ranges the top-left cell is used as pivot cell.

Syntax

=ROW([Cell or Range])

Arguments

NameTypeDescription
Cell or Range (optional)RangeCell or cell range to get the row number for. If not given current cell is used

Return

TypeDescription
NumberThe row number.

Examples

FormulaResultComment
=ROW(A1:B4)
The row number of given range 1