ROW

Description

ROW returns the row number of the supplied reference.

Syntax

ROW ( reference )

 

Parameter

Description

reference

A cell or range reference. Omitting this argument returns the row number of the cell in which ROW is entered.

Examples

This function returns 3:

ROW(B3)

This function returns the number of the current line; for example, 2 for the D2 cell:

ROW()

Also, see

COLUMN

ROWS