Find Value in a Range Table with Values

jamiguel77

Active Member
Joined
Feb 14, 2006
Messages
378
Office Version
  1. 2016
  2. 2010
  3. 2007
Platform
  1. Windows
  2. Web
hi i have this table:


A B C

A14 0-4.5
T54 4.6-7.8
U87 7.9-11.6
G65 11.7-18.8
Y56 18.9-20.5
F54 20.6-27.8

if the value to find is: 8.5 then I need return with a formula the value of column A, in this case: U87 other sample:
if the value is: 5.8 the value that need return is: T54

wich is the formula?

thanks
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Try:


Book1
ABCDEF
1ValueLowerUpperLookup ValueResult
2A1404.58.5U87
3T544.67.8
4U877.911.6
5G6511.718.8
6Y5618.920.5
7F5420.627.8
8
Sheet6
Cell Formulas
RangeFormula
F2=LOOKUP(E2,B2:B7,A2:A7)
 
Upvote 0
Strange i get a #N/A in spanish the formula is: =BUSCAR

other way?

thanks
 
Upvote 0
not work, continue the #N/A but i think wich is the problem my table have 2 or 3 decimals... and fail.....


checking
 
Upvote 0
Check to see if your data is numeric, or if it's numbers saved as text. That would cause a problem.
 
Upvote 0

Forum statistics

Threads
1,214,786
Messages
6,121,548
Members
449,038
Latest member
Guest1337

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