Excel Formula

gheyman

Well-known Member
Joined
Nov 14, 2005
Messages
2,345
Office Version
  1. 365
Platform
  1. Windows
FromTo Range
595-9
102410-24
254925-49

Is there a formula that would look up a value in cell A1 (for example the value in A1 is 13) that would find the equivalent Range. If the value is 13 then the formula should result in "10-24". The values in the From column will always be less then the corresponding To value and there would only be one possible result. The above example is from a table that I have. Thanks
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
How about
Fluff.xlsm
ABCDE
1FromToRange
2591-91310-24
3102410-24
4254925-49
Sheet6
Cell Formulas
RangeFormula
E2E2=XLOOKUP(D2,A2:A4,C2:C4,,-1)
 
Upvote 0
Solution

Forum statistics

Threads
1,221,310
Messages
6,159,173
Members
451,543
Latest member
cesymcox

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