Vlookup/Index+match

hamza1989

New Member
Joined
Feb 5, 2018
Messages
1
Got the easiest spreadsheet and really frustrated to why my Lookup function won't work or Index/Match combination.

Key column are A and K
- want to find minimum value in column K and the corresponding value in column A
- Table array from A9 to K10000
- Make separate cell for Minimum value of K first

email me for microscoft file
<attachment></attachment>
hamzar.128@gmail.com

Very basic but for some reason my spreadsheet keeps saying N/A
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Re: Vlookup/Index+match help

hamza1989, Good morning.

Sorry, it's not possible solve questions using e-mail messages.
To post attachments, save your file at a free site, www.sendspace.com , and put a link to download here.

About your question, try to use:

=INDEX(A9:A10000, MIN(K9:K10000))

Is that what you're looking for?
I hope it helps.
 
Upvote 0
Re: Vlookup/Index+match help

Maybe something like this:

Code:
=INDEX(A$9:A$10000,MATCH(MIN(K$9:K$10000),K$9:K$10000,0))
 
Upvote 0

Forum statistics

Threads
1,215,368
Messages
6,124,520
Members
449,169
Latest member
mm424

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top