VLOOKUP & MIN - need help

slam

Well-known Member
Joined
Sep 16, 2002
Messages
919
Office Version
  1. 365
  2. 2019
I’m trying to use a VLOOKUP to extract the value from the cell in the range of B2:B17 where there is the corresponding MIN value in the range G2:G17 on a worksheet called Australia (a different worksheet from where I need the formula)

Can’t get it to work – could someone help me out? Thanks
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
Try

=INDEX(B2:B17,MATCH(MIN(Australia!G2:G17),Australia!G2:G17,0))

Thanks - maybe I didn't quite explain it right - B2:B17 was also on the Australia worksheet, but that got me close enough to figure it out. This is what worked for me:

=INDEX(Australia!$B$2:$B$17,MATCH(MIN(Australia!G2:G17),Australia!G2:G17,0))

So I tried it using numbers like 1, 2, 3 etc and it works that way. However, my cells are formatted as mm:ss.000 and it doesn't work then.

Any solution to that?
 
Upvote 0
Sorry, I got it working. I think my times were actually entered with a period instead of a colon.

1.23.123
instead of
1:23.123

Thanks!
 
Upvote 0

Forum statistics

Threads
1,224,540
Messages
6,179,417
Members
452,912
Latest member
alicemil

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