Excel Function

ROW

Returns row number of a reference.

ROW([reference])

Arguments

reference

Optional

Specify a single cell reference.

Practice Preview

Use ROW to return the result with these settings (Reference: B2 (cell B2 (Product Name in column B))).

Example Table

#
AProduct ID
BProduct Name
CPrice
DStock
2P001Apple12080
3P002Banana98120
4P003Notebook45035
5P004Pen30060
6P005Grapes15045
7P006Ruler25020
8P007Peach8655

How to Use (Formula)

=ROW(B2)

Result

2

Practice This Function

ROW FAQ

How do I use ROW in Excel?

Use ROW when you want to return a row number. Enter Reference in that order, then add optional arguments when needed.

Where can I practice ROW?

Use the "Start Function Practice" button to jump straight into ROW drills.

What arguments does ROW use?

The main arguments are Reference. Start with the required ones, then add optional arguments if needed.