Returning Multiple Values from VLOOKUP using data from separate sheet

adamitfc

New Member
Joined
Dec 24, 2018
Messages
1
Hello all,

Merry Christmas! :)

I'm new here but feel I'm gonna learn a lot from all you smart people!

Hoping you can help me with a little dilemma please...

I want to be able to return 4 names in B4, D4, F4 & H4, this detail will be from sheet 2 and will be based on the number entered in B2

WW9wD4S


Sheet 2 will look like the below so needs to find the value in column A and return the value from column B



Hoping this is possible and I have explained it enough above, appreciate any assistance

Many thanks

Adam
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Maybe in B4 confirmed with Ctrl Shift Enter not just Enter.
=IFERROR(INDEX(Sheet2!B2:B4,SMALL(IF(Sheet2!A2:A4=4,ROW(Sheet2!A2:A4)-ROW(Sheet2!A2)+1),1)),"")
Same formula in the other cells changing the red 1 to 2, 3 etc
 
Upvote 0

Forum statistics

Threads
1,215,430
Messages
6,124,851
Members
449,194
Latest member
HellScout

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