What formula I need to use to find the value from a table using 2 criteria

mrb89

New Member
Joined
Apr 20, 2022
Messages
3
Office Version
  1. 2019
Platform
  1. Windows
Hello! I'm new in this forum... please help me out to find the formula I need to use to find the value in column A (a5:a14) - using 1) Family Size "3" cell B1 and 2) Income $225 cell E1.
The formula has to reflect that the E1 ($225) should be between $154-$225. From looking at the table I know that the Rank# should be "2"
Thank you!

1650472859855.png
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Welcome to the MrExcel forum! Here is one approach...this assumes the input Income needs to equal or exceed the table values, which are interpreted as lower thresholds for the various ranking tiers.
1650472859855.xlsx
ABCDE
1Family Size3Income305
2Result3
3â Rank \ Family Size à2345
41$69$77$88$102
52$139$153$175$203
63$208$230$263$305
74$277$306$350$406
85$346$383$438$508
96$416$460$525$609
107$485$536$613$711
118$554$613$700$812
129$624$689$788$914
1310$693$766$875$1,016
Sheet1
Cell Formulas
RangeFormula
C2C2=LOOKUP(2,1/--(INDEX($B$4:$E$13,,MATCH($B$1,$B$3:$E$3,0))<=$E$1),$A$4:$A$13)
 
Upvote 0

Forum statistics

Threads
1,215,493
Messages
6,125,128
Members
449,206
Latest member
burgsrus

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