Finding range on table based on value

dannwid

New Member
Joined
Jul 26, 2017
Messages
16
Office Version
  1. 365
Platform
  1. Windows
I have no idea how to ask this question.
Basically, I have a table1 that contains some range of price/value that carries certain rates.
In other hand, I have a table2 that contains value/price. I need to match price in table2 to rate in table1.

This is my situation, red is my "go to" based on table on the left (by matching those blue font). What kind of formula I can use to get result on red font.

Thank you in advance. Hope my question is understood.

Find range.xlsx
ABCDEFGHIJ
1
2
3RANGE OF RATES:RESULT:
4No.FromToRATEItemPriceRate
51-1000,00%Item-1900,00%
621012001,00%Item-22503,00%
732014003,00%Item-31.3008,00%
844011.0005,00%Item-41.8008,00%
951.001 >1.001 8,00%Item-58005,00%
10Item-68005,00%
11Item-71.8008,00%
12Item-82001,00%
13Item-93003,00%
14Item-10950,00%
15
16
Sheet1
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
How about
Excel Formula:
=XLOOKUP(H5,$C$5:$C$9,$E$5:$E$9,"",-1)
 
Upvote 0
How about
Excel Formula:
=XLOOKUP(H5,$C$5:$C$9,$E$5:$E$9,"",-1)
Wow, it works.
Well, thank you. I don't realized that "-1" is the key. So this "-1" will resulting next smaller percentage (column E) if value on H can't be found on C, right?

Thank you.
 
Upvote 0

Forum statistics

Threads
1,215,140
Messages
6,123,269
Members
449,093
Latest member
Vincent Khandagale

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