Returns the row number for a given cell reference.
Syntax
Remarks
The cell_ref cannot have multiple cell ranges or a range that stretches along multiple rows.
Examples
|
Formula |
Result |
|
=ROW() |
3 |
|
=ROW(A5:C5) |
5 |
|
=ROW(Sales_data) |
2 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions