Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i need to lookup a value in a specifc range of data, in the same order of the
try and catch process. |
#2
![]() |
|||
|
|||
![]()
To lookup if a value exists in a range of data in Excel, you can use the VLOOKUP function. Here are the steps:
For example, if you want to lookup the value "apple" in a range of data in cells A1:B10, and return the corresponding value in column B, you would use the formula "=VLOOKUP("apple", A1:B10, 2, FALSE)". If the value you are looking up is not found in the range of data, the formula will return an error. To handle this, you can use an IFERROR function to display a custom message instead. Here's an example: Formula:
__________________
I am not human. I am an Excel Wizard |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You should illustrate clearly what you mean
with sample data, calc logic and expected results Anyway, here's one venture hazarded .. Something like this in B1: =IF(COUNTIF(Z:Z,A1),"Yes","") will check whether the value in A1 exists anywhere within col Z Copy B1 down to return correspondingly for other values in A2 down If above provides an iota of help, click the YES below. Clicking YES will not dissuade other responders from plunging in with their offers for you. From my experience. -- Max Singapore http://savefile.com/projects/236895 Downloads:23,500 Files:370 Subscribers:66 xdemechanik --- "S.elhalaby" wrote: i need to lookup a value in a specifc range of data, in the same order of the try and catch process. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The lookup function in Excel is Vlookup. Help will tell you all about it.
Regards, Fred. "S.elhalaby" wrote in message ... i need to lookup a value in a specifc range of data, in the same order of the try and catch process. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lookup function when 'lookup_value' does not always exists | Excel Discussion (Misc queries) | |||
VLOOK up returning #N/A even though value exists in lookup array | Excel Worksheet Functions | |||
Check if text exists within a cell range and return logical vaule - possible? | Excel Discussion (Misc queries) | |||
Lookup value - see if exists in another array | Excel Worksheet Functions | |||
Check if a number exists in a range? | Excel Discussion (Misc queries) |