Index Match - Multiple Criteria with Great Than

Josh123

New Member
Joined
Dec 11, 2013
Messages
18
Hi,

In this scenario, I need a formula to return a specific value based on (1) a criteria with an exact match, and (2) a range criteria where there is not always an exact match.
  • Table 1 contains the criteria of the lookup (Year and Number), as well as the value I want the formula to return (Score).
  • Table 2 is the dataset containing the Score value along with the associated criteria.

Criteria 1
  • The first criteria for the lookup is based on the Year field.
  • The year in Table 1 needs to match the year in Table 2.

Criteria 2 and 3
  • The second and third criteria for the lookup is based on the Number field in Table 1 and the Minimum and Maximum fields in Table 2.
  • The Number value must be greater than or equal to the Minimum field values and must be less than or equal to the Maximum field values.

The values in the Minimum and Maximum fields may overlap, so the criteria must take into consideration both fields for a good match.

Table 1
YearNumberScore
201773

<tbody>
</tbody>




Table 2

Criteria 1
Year
Criteria 2
Minimum
Criteria 3
Maximum
Return Value
Score
20160101
20165152
20175153

<tbody>
</tbody>
 
I also found that Erik's formula from post #8 (once the ranges were adjusted) produced the results you have given in your latest sample - see column D below.
A caveat though - Erik's formula is not robust against row insertion. If you have a sheet set up as below and begin inserting new rows at the top of the sheet you will see the formulas in column D begin to fail progressively from the bottom up.

@Peter_SSs,

It will not be possible that no match will be found.
Given this, you could also try the shorter & more robust formula in C2 below.
My formula does also rely on the years being in ascending order and the Minimums in each year also being in ascending order, but that appears to be the case from your sample.
[If any number in column B or minimum value in column F could be greater than or equal to 1,000,000 then the power of 10 in the formula (currently 6) would need to be increased]



Excel 2016 (Windows) 32 bit
ABCDEFGH
1YearNumberScore (Peter)Score (Erik)YearMinimumMaximumScore
220160112016051
320161005520165102
420171899201610153
520171001010201615204
62016209995
72017056
820175107
9201710158
10201715209
1120172099910
Lookup Value
Cell Formulas
RangeFormula
C2=LOOKUP(A2*10^6+B2,E$2:E$11*10^6+F$2:F$11,H$2:H$11)
D2=INDEX($H$2:$H$11, SUMPRODUCT(MAX(($E$2:$E$11=A2)*($F$2:$F$11<=B2)*($G$2:$G$11>=B2)*(ROW($E$2:$E$11))))-1)
 
Last edited:
Upvote 0

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Josh, since your new data has all upper limits accounted for and you've stated there will be no occasions of "NOT FOUND," the formula I suggested can be shortened:

=INDEX($H$2:$H$11, SUMPRODUCT(MAX(($E$2:$E$11=A4)*($F$2:$F$11<=B4)*(ROW($E$2:$E$11))))-1)

If, for some reason, you didn't want your headers in Row 1, yes, the final "-1" would need to be a minus sign and then the number of your header row.
 
Upvote 0
Peter_SSs and ErikTyler,

I have tested both of your formulas and I am happy to say that they are both working perfectly. Thank you so much for all your help with this formula - I truly appreciate it!

ErikTyler - I think I know why I was unsuccessful with using your first two formulas. I am not too familiar with how the ROW formula works and it may have been that the "-1" at the end of the formula may have been incorrect in my specific setup since I am truly using the table features in Excel (just a guess). However, after converting them all to ranges and then simplifying the structure, the formula worked just fine. I apologize for the confusion on my end.

Thank you!
 
Upvote 0
Josh, if your two tables are formatted as tables (called Table1 and Table2, no spaces), and you aren't frightened of structured references, this would be the fastest and most flexible, always adapting exactly to the size of your tables:

=INDEX(Table2[Score], SUMPRODUCT(MAX((Table2[Year]=[@Year])*(Table2[Minimum]<=[@Number])*(Table2[Score]))))

You could then move the tables anywhere without a problem as well, since the formula relies solely on the table names and column header names, not sheet rows or columns.

Peter's formula in structured reference format would look like this:

=LOOKUP([@Year]*10^6+[@Number],Table2[Year]*10^6+Table2[Minimum],Table2[Score])

General rules of structured referencing:

1. table_name[whole column name]

2. table name is not necessary for formulas in the current table.

3. the current table can add @ to the column name to mean "IN THIS ROW" (e.g., [@Year] means the value in the cell of this row under the Year header)
 
Last edited:
Upvote 0
Josh, if your two tables are formatted as tables (called Table1 and Table2, no spaces), and you aren't frightened of structured references, this would be the fastest and most flexible, always adapting exactly to the size of your tables:

=INDEX(Table2[Score], SUMPRODUCT(MAX((Table2[Year]=[@Year])*(Table2[Minimum]<=[@Number])*(Table2[Score]))))
Sorry, but again this is not robust.
For example, using the table data as shown in post #9 & your formula in Table1, Score column ..
Change the second score in Table2 from 2 to 8 and look at the Table1 result for 2016, 100.
Now change that same cell in Table2 from 8 to 200 & look at the same result.

In fact, that formula will only work if the Score column in Table2 starts at 1 and increments by exactly 1 each row.

The formula that I posted in post #11, or as adapted to structured referencing by Erik in post #14 (thanks Erik) does not have that Score restriction.


Thank you so much for all your help with this formula - I truly appreciate it!
You are very welcome. :)
 
Last edited:
Upvote 0
@Peter, you stated above that my structured reference formula "will only work if the Score column in Table2 starts at 1 and increments by exactly 1 each row."

To the best of my knowledge, that statement is incorrect. The only stipulation would be that the scores per year increment, regardless of the amount.

As for incremented ranges jumping around from 1 to 8 to 3 ... based on the OP's data structure and most like it, this didn't seem a likelihood.

And if the scores decreased as ranges increased, you'd simply change MAX to MIN.

Open to hearing why you think this is not the case, since I'm certainly not beyond missing something.
 
Upvote 0

Forum statistics

Threads
1,216,098
Messages
6,128,812
Members
449,468
Latest member
AGreen17

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