How to vlookup to get the row number in Excel?
In Excel, we can use the vlookup function to get the corresponding cell value of the specified data. But do you ever consider that how to get the row number instead of the cell value?
Vlookup to get the row number with formulas in Excel
Vlookup to get the row number with formulas in Excel
In Excel, you can apply the MATCH function to return the number of the row where the specified value is found. Please do as this:
For example, I have a range of data as following screenshot shown, I want to find the row number which ID is AA1005:
You can apply this formula, please enter it into a cell where you need: =MATCH(E1,A1:A10,0), and then press Enter key to get the row number you need, see screenshot:
Notes:
1. In the above formula, E1 is the value that we want to look for its row number, and A1:A10 is the range of cells where we want to search.
2. You should notice that the above formula returns a relative reference, not an absolute reference to the worksheet cell. In this example, if you change your search range to A2:A10, the row number will be 6.
3. To return an absolute row, you can use the ROW and MATCH functions to deal with it, please apply this formula: =MATCH(E1,A1:A10,0)+ROW(A1:A10)-1, see screenshot:
Related articles:
How to vlookup to return blank instead of 0 or N/A in Excel?
How to vlookup values across multiple worksheets?
How to lookup value with multiple criteria in Excel?
Best Office Productivity Tools
Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time. Click Here to Get The Feature You Need The Most...
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!




