SheetRocks
Documentation/Formulas/ROW

ROW

Returns the 1-indexed row number of the current cell

Syntax

ROW()

Examples

Get current row number

=ROW()
Result ⇒ 1

Use in conditional formatting

=ISEVEN(ROW())
Result ⇒ false

Related Functions

Other Data functions:


← Back to Formula Reference