View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff Biff is offline
external usenet poster
 
Posts: 1,688
Default Easy formula to return a true or false

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!