Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there a function like lookup that will return a true/false value.
if this number on sheet 1 a1 is found anywhere on sheet 2 a1:a10000, return a value of true or yes, if not return a value of false or no. Thanks Wally |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=ISNUMBER(MATCH(A1,Sheet2!A1:A10000,0))
-- HTH Bob Phillips (remove nothere from email address if mailing direct) "WTG" wrote in message ... Is there a function like lookup that will return a true/false value. if this number on sheet 1 a1 is found anywhere on sheet 2 a1:a10000, return a value of true or yes, if not return a value of false or no. Thanks Wally |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Function to return True/False if all are validated as True by ISNU | Excel Worksheet Functions | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
Count Intervals of 1 Numeric value in a Row and Return Count down Column | Excel Worksheet Functions | |||
Huge problem with "if" formula's | Excel Discussion (Misc queries) | |||
How to change the return of a textbox from TRUE/FALSE to YES/NO? | Excel Discussion (Misc queries) |