Lookup between a range

CrustyR1

New Member
Joined
May 23, 2014
Messages
31
Hi All,

I'm wanting to lookup a value from 2 separate cell values one being height and the other width - to find a match in a pricing matrix. If this can be done at all.
E.g - 717 x 448 = $36.06

QtyHeightWidthPrice EAPrice Total
2717448
3357405
3357405
2720100

<tbody>
</tbody>

<tbody>
</tbody>


Matrix
WIDTH0 - 150mm151 - 300301 - 400401 - 450
HEIGHT
100 - 300$25.92$26.85$27.97$28.52
301 - 400$28.05$27.97$29.45$30.20
401 - 450$28.62$28.52$30.20$31.04
451 - 600$30.33$30.20$32.43$33.55
601 - 750$32.04$31.87$34.66$36.06
751 - 900$33.75$33.55$36.90$38.57
901 - 1050$35.46$35.22$39.13$41.08

<tbody>
</tbody>


<tbody>
</tbody>
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Try changing the headers on your table slightly:


Book1
ABCDEFGHIJKL
1QtyHeightWidthPrice EAPrice TotalMatrix
22717448$36.06$72.12WIDTH0151301401
33357405$30.20$90.60
43357405$30.20$90.60HEIGHT
52720100$32.04$64.08100$25.92$26.85$27.97$28.52
6301$28.05$27.97$29.45$30.20
7401$28.62$28.52$30.20$31.04
8451$30.33$30.20$32.43$33.55
9601$32.04$31.87$34.66$36.06
10751$33.75$33.55$36.90$38.57
11901$35.46$35.22$39.13$41.08
Sheet8
Cell Formulas
RangeFormula
D2=INDEX($I$5:$L$11,MATCH(B2,$H$5:$H$11),MATCH(C2,$I$2:$L$2))
E2=D2*A2
 
Upvote 0

Forum statistics

Threads
1,214,397
Messages
6,119,273
Members
448,883
Latest member
fyfe54

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