Skip to main content

How to VLOOKUP the lowest value and return adjacent cell in Excel?

doc-vlookup-lowest-value-adjacent-cell-1
If you have a range of data, and you want to find the lowest value in the column A, and then return its adjacent cell in column B as below screenshot shown, how could you solve it quickly instead of finding it one by one? The VLOOKUP function is very powerful to solve this problem easily, and now I will talk about using VLOOKUP to find 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

arrow blue right bubble 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.

doc-vlookup-lowest-value-adjacent-cell-2

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.


arrow blue right bubble 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:
doc-vlookup-lowest-value-adjacent-cell-3

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

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more

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...

Description


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!
Comments (5)
Rated 5 out of 5 · 2 ratings
This comment was minimized by the moderator on the site
After a long search, found help here. Thank you very much!
Rated 5 out of 5
This comment was minimized by the moderator on the site
This is a great guide for those just looking for a quick refresh in VLOOKUP/INDEX arguments, especially after not doing them for a while. Really appreciate it!
Rated 5 out of 5
This comment was minimized by the moderator on the site
Thank You so much for the solution. in my case, INDEX is the correct solution
This comment was minimized by the moderator on the site
Hi, I have used this and it worked however as mentioned it brings back the first one, what if there are two of equal value? So if for example the last 3 were 25%, 32% and 25%, how would this be done. Essentially i have a data sheet with details of all the audits undertaken and have percentage of compliance against each each, i want to bring back the three lowest compliant properties, how would this be done? Thanks
This comment was minimized by the moderator on the site
I mirrored your above formula, =INDEX(B33:B117,MATCH(MIN(H33:H117),H33:H117,0)) and it worked; however, the formula returned a field for a negative number and I need it return a number greater than zero. I tried to add an =IF >0 and kept receiving an error. Please help.
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations