Here is an example of what my dataset looks like in excel:
Column A Column B Column C Column D
Row 2 A B C
Row 3 1-1400 .25 .75 .50
Row 4 1400-1500 .50 .25 .30
Row 5 1501 .4 .5 .6
Row 6 1502-1700 .5 .6 .8
Rate Table
Range Category Rate
1300 A
1550 B
1300 B
1543 B
I essentially want to look up the number that is in the range column in the rate table, along with the associate category to find the appropriate rate. Im thinking it should be a combination of an index match statement but nothing seems to be working. Can you please help?
I.e. for the first one, my value would be .25, since it falls in the 1-1400 rate and is assigned a category A.
Column A Column B Column C Column D
Row 2 A B C
Row 3 1-1400 .25 .75 .50
Row 4 1400-1500 .50 .25 .30
Row 5 1501 .4 .5 .6
Row 6 1502-1700 .5 .6 .8
Rate Table
Range Category Rate
1300 A
1550 B
1300 B
1543 B
I essentially want to look up the number that is in the range column in the rate table, along with the associate category to find the appropriate rate. Im thinking it should be a combination of an index match statement but nothing seems to be working. Can you please help?
I.e. for the first one, my value would be .25, since it falls in the 1-1400 rate and is assigned a category A.