How to VLOOKUP the lowest value and return adjacent cell in Excel?
VLOOKUP the lowest value and return adjacent cell
INDEX the lowest value and return adjacent cell
VLOOKUP the lowest value and return adjacent cell
Here I tell you a VLOOKUP formula to find the lowest value and return the adjacent cell.
Select a cell you want to put the result, and type this formula =VLOOKUP(MIN($A$2:$A$8), $A$2:$B$8, 2, 0), then press Enter key, and then you will get the adjacent cell to the lowest value.
Note:
1. A2: A8 is the range that you want to find the lowest value, A2: B8 is the range of the data.
2. With VLOOKUP function, you only can return the adjacent cell in the right column.
3. If the lowest values are duplicate in the column you want to find for lowest values, this formula will return the adjacent cell of first lowest value.
INDEX the lowest value and return adjacent cell
To find the lowest value and return adjacent cell with VLOOKUP has some limitations, now I introduce INDEX function to solve this problem.
Select a cell you want to get the adjacent cell to the lowest value, and type this formula =INDEX(A2:A8,MATCH(MIN(B2:B8),B2:B8,0)), then press Enter key. See screenshot:
Note:
1. A2: A8 is the range that including the cell you want to return, B2: B8 is the range including the lowest value you want to find.
2. This formula can return the adjacent cell in right or left column.
3. This formula will return the adjacent cell of first lowest value, if lowest values are duplicate in the specific column.
If you want to use VLOOKUP to find the highest value and return the adjacent cell, go to this article for more detail How to find the highest value and return adjacent cell value 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!