Explanation

When given a single cell reference, theROW functionreturns the row number for that reference.

In that case, you’ll want to use the MIN or INDEX version above.

For example, ROW(C5) returns 5, since C5 is the fifth row in the spreadsheet.

Excel formula: Get value of last non-empty cell

When no reference is provided, ROW returns the row number of the cell which contains the formula.

ROWS Function

The Excel ROWS function returns the count of rows in a given reference.

MIN Function

The Excel MIN function returns the smallest numeric value in the data provided.

Excel formula: First row number in range

The MIN function ignores empty cells, the logical values TRUE and FALSE, and text values.

Excel formula: Total rows in range

Excel formula: First column number in range

Excel formula: Last column number in range

Excel formula: Address of last cell in range

Excel ROW function

Excel ROWS function

Excel MIN function