Vlookup on multiple matches

fhaid

New Member
Joined
Apr 16, 2017
Messages
16
Dear All

I have a query related to multiple matches through VLookup
In my attached sheet I have 2 list.

List1 has Field1 and Time.
List 2 has Field2

Field2 matches to Field1 to get the output on column E through Vlookup. But due to multiple matches I cant have the desired output.

Desired Output is mentioned on the sheet (download from the link below). This could be a randomly match
Looking forward to crack this multiple match from my friends.

Many Thanks
Haider



Below is the file link to download file

https://drive.google.com/open?id=1caOw3wrmgHh5q65P6EzqiQMKMg_hM2P3
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Maybe
=INDEX($B$2:$B$275550,AGGREGATE(15,6,(ROW($B$2:$B$275550)-ROW($B$2)+1)/($A$2:$A$275550=D2),(COUNTIF($D$2:$D2,$D2)-1)*6+1))
this will give every 7th value
 
Upvote 0
The desired output does not seem to show any structure. If thi observation is correct, any random output should be acceptable for a given look up value!
 
Upvote 0

Forum statistics

Threads
1,214,859
Messages
6,121,963
Members
449,059
Latest member
oculus

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