What does this function do?
Returns the row number of a reference.
Syntax:
ROW([reference])
- reference (opcional): The cell or range of cells for which you want to return the row number. If the reference argument is omitted, it is assumed to be the reference of the cell in which the ROW function appears.
Examples:
=ROW(B2)=2
=ROW(C7)=7
In cell A2, =ROW()=2
No comments:
Post a Comment