automatic Vlookup in 3 or more column

jc83ph

New Member
Joined
Oct 9, 2014
Messages
31
Hello!

Please I need your support to make the code or any idea on how to make one formula to display the details using the Vlookup in 3 or more columns.

Here is the sample.
Screen Shot 2024-02-07 at 8.47.25 AM.jpg

Thank you in advance for your help.

Regards,
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
You probably can use the FILTER function, but your profile does not state your XL version, so...
 
Upvote 0
2 options offered, the first if you have 365, the second if you don't...
Book1
ABCD
1scannednameqtyprice
2123banana1100
3
4123banana1100
5
Sheet2
Cell Formulas
RangeFormula
B2:D2B2=FILTER(Sheet1!B:D,Sheet1!A:A=A2,"")
B4:D4B4=VLOOKUP(A4,Sheet1!A:D,{2,3,4},FALSE)
Dynamic array formulas.
 
Upvote 0
Solution
2 options offered, the first if you have 365, the second if you don't...
Book1
ABCD
1scannednameqtyprice
2123banana1100
3
4123banana1100
5
Sheet2
Cell Formulas
RangeFormula
B2:D2B2=FILTER(Sheet1!B:D,Sheet1!A:A=A2,"")
B4:D4B4=VLOOKUP(A4,Sheet1!A:D,{2,3,4},FALSE)
Dynamic array formulas.
thanks you so much fornl your help. :)
 
Upvote 0

Forum statistics

Threads
1,215,068
Messages
6,122,950
Members
449,095
Latest member
nmaske

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