Vlookup return multiple items in row horizontly

mohdamir1989

New Member
Joined
Oct 17, 2017
Messages
42
Dear All,

I have gone through the web and found very useful working samples/examples for my query in which they used index small row and combination of such formulas. but as noob I couldn't figure out the logic and resulted in no solution for my problem.

I have bunch of data in sheet "Daily Feedback" which I want to lookup in "Material Cosumption" sheet, if I put B2 of "Daily Feedback" in A2 of "Material Consumption" it should return AG to BB Values of "Daily Feedback" Sheet ignoring the blanks in between.

Thanks in advance.

Best Regards
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Array enter this (Ctrl+Shift+Enter keys simultaneously) and copy down until it results blanks:

Code:
[TABLE="width: 64"]
<tbody>[TR]
  [TD="width: 64"]=IFERROR(INDEX('Daily  Feedback'!$B$2:$BB$100,MATCH($A$2,'Daily  Feedback'!$B$2:$B$100,0),SMALL(IF('Daily  Feedback'!$B$2:$B$100=$A$2,COLUMN('Daily  Feedback'!$AG$2:$BB$100)-1),ROWS($1:1))),"")[/TD]
[/TR]
</tbody>[/TABLE]

Adjust ranges accordingly.
 
Upvote 0

Forum statistics

Threads
1,223,227
Messages
6,170,849
Members
452,361
Latest member
d3ad3y3

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