vlookup with multiple lookup values

cowsarethebest2

New Member
Joined
Sep 21, 2006
Messages
2
hi newbie here,

I have a table of pipe prices. Pipes have 3 categories - size, material, type.

I wish to enter the size, material, type in another workbook and have the price for the specified pipe come up.

I've tried nesting the vlookup function but can't get it to work. I've seen something about using the indirect function too.

any help appreciated
thanks
 

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.
Welcome to the board!

Try:

=LOOKUP(2,1/((A2:A7=F3)*(B2:B7=G3)*(C2:C7=H3)),D2:D7)
Book1.xls
ABCDEFGHI
1SizeMaterialtypePrice
21aq100SizeMaterialtypePrice
31bw2002bq400
42aq300
52bq400
62cw500
73dq600
Sheet3
 
Upvote 0

Forum statistics

Threads
1,214,951
Messages
6,122,446
Members
449,083
Latest member
Ava19

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