Trying to lookup with two conditions for a price

Suzannemlynch

New Member
Joined
Aug 23, 2007
Messages
24
I have multiple models (9) which have various prices for over 100 options. Please help. I am trying to have a lookup with a if statement to find the correct price.
I am stuck - the array- range has 100 rows with 9 columns.
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Does this help?:
Book3
ABCDEFGH
1Model1Model2Model3Model4
2Option190502269OptionOption3
3Option287454484ModelModel2
4Option397749312Price74
5Option45865548
Sheet2
 
Upvote 0
=INDEX($C$1:$C$5,MATCH($A14&$B14,$A$1:$A$5&$B$1:$B$5,FALSE),1)

confirm with ctrl+shift+enter

c=column to return
a=criteria1
b=criteria2
(can have many criteria)
a1:a5 is where you would find criteria1
b1:b5 is where you would find criteria2
(all ranges need to be in the order you selected criteria)
 
Upvote 0
OK - the answer is slow down and watch the details!!!
I got it to work! :) I am doing the happy dance!!!

Thanks so much for your help!
 
Upvote 0

Forum statistics

Threads
1,214,605
Messages
6,120,476
Members
448,967
Latest member
visheshkotha

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