Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to know if a specific cell in sheet1 can be found in sheet2
column M. I just want it to return a true or false. Thanks! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi!
Try this: =ISNUMBER(MATCH(A1,Sheet2!M1:M100,0)) Biff "motol" wrote in message oups.com... I need to know if a specific cell in sheet1 can be found in sheet2 column M. I just want it to return a true or false. Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lookup Data in two seperate Spreadsheets | Excel Worksheet Functions | |||
How do I return True False | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Grouped Sheets and Formating | Excel Discussion (Misc queries) | |||
True or False Formula? | New Users to Excel |