Lookup/Match Question

jmattingly85

New Member
Joined
Jul 12, 2010
Messages
33
Office Version
  1. 365
Platform
  1. Windows
Hi. I am trying to see if Excel has function to match/return a result.

I've posted my data below. I'd like to look up the number in Column A (Size). Then, it would go to that row Column E. Then, it would look at the amount in Column B, and determine if the amount in column B is less than the amounts in Columns F, G, H, or I, and then return the result in Column C that matches the headers in F2, G2, H2, I2.

For example, in Row 1. The amount size is 4 and the amount is $35,557. It would first look at E6 (size of 4), and then return 50% in Column C (since $35,557 is less than $36,000). Is this possible?

Row/ColumnsABCDEFGH
I​
1SizeIncomeDetermination
24
$35,557​
Size30%50%80%120%
35
$36,272​
1$ 15,120$ 25,200$ 40,320$ 60,480
44
$34,540​
2$ 17,280$ 28,800$ 46,080$ 69,120
51
$2,916​
3$ 19,440$ 32,400$ 51,840$ 77,760
62
$15,761​
4$ 21,600$ 36,000$ 57,600$ 86,400
74
$28,251​
5$ 23,340$ 38,900$ 62,240$ 93,360
84
$42,172​
6$ 25,080$ 41,800$ 66,880$ 100,320
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
 
Upvote 0
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
Thank you - I've updated that information.
 
Upvote 0
Thanks for that, how about
+Fluff 1.xlsm
ABCDEFGHI
1SizeIncomeDetermination
2435,55750%Size30%50%80%120%
3536,27250%115,12025,20040,32060,480
4434,54050%217,28028,80046,08069,120
512,91630%319,44032,40051,84077,760
6215,76130%421,60036,00057,60086,400
7428,25150%523,34038,90062,24093,360
8442,17280%625,08041,80066,880100,320
Master
Cell Formulas
RangeFormula
C2:C8C2=INDEX($F$2:$I$2,XMATCH(B2,INDEX($F$3:$I$8,MATCH(A2,$E$3:$E$8,0),0),1))
 
Upvote 0
Thanks for that, how about
+Fluff 1.xlsm
ABCDEFGHI
1SizeIncomeDetermination
2435,55750%Size30%50%80%120%
3536,27250%115,12025,20040,32060,480
4434,54050%217,28028,80046,08069,120
512,91630%319,44032,40051,84077,760
6215,76130%421,60036,00057,60086,400
7428,25150%523,34038,90062,24093,360
8442,17280%625,08041,80066,880100,320
Master
Cell Formulas
RangeFormula
C2:C8C2=INDEX($F$2:$I$2,XMATCH(B2,INDEX($F$3:$I$8,MATCH(A2,$E$3:$E$8,0),0),1))
That did it. Thank you so much!
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,635
Messages
6,120,660
Members
448,975
Latest member
sweeberry

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