Index Match Formula Needed

Russell1745

New Member
Joined
Dec 28, 2016
Messages
18
Office Version
  1. 2016
Platform
  1. Windows
Hi, I'm trying to create an Index match Array formula to return the "Price" (Column H) based on matching the criteria in Column B, Column C and within the ranges of Columns D/E and F/F.
I've tried
1689691842628.png
, but this does not work. Any help would be appreciated. Thanks


New Calculator.xlsx
BCDEFGH
336GradeColor-1GaugeGaugeQtyQtyPrice
337BFVCHXX0350.006000.00690019991.000
338BFVCHXX0350.006000.00690200049991.100
339BFVCHXX0350.006000.00690500099991.200
340BFVCHXX0350.006000.0069010000400001.300
341BFVCHXX0350.007000.00900019991.120
342BFVCHXX0350.007000.00900200049991.190
343BFVCHXX0350.007000.00900500099991.000
344BFVCHXX0350.007000.0090010000400001.170
345BFVCHXX0350.009100.01100019990.990
346BFVCHXX0350.009100.01100200049991.010
347BFVCHXX0350.009100.01100500099991.020
348BFVCHXX0350.009100.0110010000400001.030
349BFVCHXX0350.011100.01300019990.660
350BFVCHXX0350.011100.01300200049991.000
351BFVCHXX0350.011100.01300500099991.250
352BFVCHXX0350.011100.0130010000400001.400
Price Matrix
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Can you repost the data including the criteria cells in col J & the expected result.
 
Upvote 0
Sorry...
GradeColor-1GaugeGaugeQtyQtyPrice
BFVCHXX0350.006000.00690019991.000
BFVCHXX0350.006000.00690200049991.100
BFVCHXX0350.006000.00690500099991.200
BFVCHXX0350.006000.0069010000400001.300
BFVCHXX0350.007000.00900019991.120Price#N/A
BFVCHXX0350.007000.00900200049991.190Gauge0.0062
BFVCHXX0350.007000.00900500099991.000Weight5200
BFVCHXX0350.007000.0090010000400001.170Color035
BFVCHXX0350.009100.01100019990.990GradeBFVCHXX
BFVCHXX0350.009100.01100200049991.010
BFVCHXX0350.009100.01100500099991.020
BFVCHXX0350.009100.0110010000400001.030
BFVCHXX0350.011100.01300019990.660
BFVCHXX0350.011100.01300200049991.000
BFVCHXX0350.011100.01300500099991.250
BFVCHXX0350.011100.0130010000400001.400
BFVCHXX0350.013100.01700
 
Upvote 0
BC DEFGHIJ
GradeColor-1GaugeGaugeQtyQtyPrice
BFVCHXX0350.006000.00690019991.000
BFVCHXX0350.006000.00690200049991.100
BFVCHXX0350.006000.00690500099991.200
BFVCHXX0350.006000.0069010000400001.300
BFVCHXX0350.007000.00900019991.120Price#N/A
BFVCHXX0350.007000.00900200049991.190Gauge0.0062
BFVCHXX0350.007000.00900500099991.000Weight5200
BFVCHXX0350.007000.0090010000400001.170Color035
BFVCHXX0350.009100.01100019990.990GradeBFVCHXX
BFVCHXX0350.009100.01100200049991.010
BFVCHXX0350.009100.01100500099991.020
BFVCHXX0350.009100.0110010000400001.030
BFVCHXX0350.011100.01300019990.660
BFVCHXX0350.011100.01300200049991.000
BFVCHXX0350.011100.01300500099991.250
BFVCHXX0350.011100.0130010000400001.400
 
Upvote 0
Thanks for that.
How about
Fluff.xlsm
BCDEFGHIJ
1GradeColor-1GaugeGaugeQtyQtyPrice
2BFVCHXX350.0060.0069019991
3BFVCHXX350.0060.0069200049991.1
4BFVCHXX350.0060.0069500099991.2
5BFVCHXX350.0060.006910000400001.3
6BFVCHXX350.0070.009019991.12Price1.2
7BFVCHXX350.0070.009200049991.19Gauge0.0062
8BFVCHXX350.0070.009500099991Weight5200
9BFVCHXX350.0070.00910000400001.17Color35
10BFVCHXX350.00910.011019990.99GradeBFVCHXX
11BFVCHXX350.00910.011200049991.01
12BFVCHXX350.00910.011500099991.02
13BFVCHXX350.00910.01110000400001.03
14BFVCHXX350.01110.013019990.66
15BFVCHXX350.01110.013200049991
16BFVCHXX350.01110.013500099991.25
17BFVCHXX350.01110.01310000400001.4
Master
Cell Formulas
RangeFormula
J6J6=FILTER(H2:H17,(B2:B17=J10)*(C2:C17=J9)*(J7>=D2:D17)*(J7<=E2:E17)*(J8>=F2:F17)*(J8<=G2:G17))
 
Upvote 0
Solution
Thanks for that.
How about
Fluff.xlsm
BCDEFGHIJ
1GradeColor-1GaugeGaugeQtyQtyPrice
2BFVCHXX350.0060.0069019991
3BFVCHXX350.0060.0069200049991.1
4BFVCHXX350.0060.0069500099991.2
5BFVCHXX350.0060.006910000400001.3
6BFVCHXX350.0070.009019991.12Price1.2
7BFVCHXX350.0070.009200049991.19Gauge0.0062
8BFVCHXX350.0070.009500099991Weight5200
9BFVCHXX350.0070.00910000400001.17Color35
10BFVCHXX350.00910.011019990.99GradeBFVCHXX
11BFVCHXX350.00910.011200049991.01
12BFVCHXX350.00910.011500099991.02
13BFVCHXX350.00910.01110000400001.03
14BFVCHXX350.01110.013019990.66
15BFVCHXX350.01110.013200049991
16BFVCHXX350.01110.013500099991.25
17BFVCHXX350.01110.01310000400001.4
Master
Cell Formulas
RangeFormula
J6J6=FILTER(H2:H17,(B2:B17=J10)*(C2:C17=J9)*(J7>=D2:D17)*(J7<=E2:E17)*(J8>=F2:F17)*(J8<=G2:G17))
Thanks for your effort but did not work,
 
Upvote 0
Can you post the data with the formula using the mini-sheet option, as you can see from post#6 it's returns the correct value for me.
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,959
Members
449,096
Latest member
Anshu121

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