Get Row Number

January 1st, 2005 | Categories: Formulas | Tags:

Get the Row Number for a given cell address:

Syntax

=ROW([reference])

Example

=ROW(C2)

The example will return 2 becuase C2 is the second row

No comments yet.