+ Reply to Thread
Results 1 to 2 of 2

Easy formula to return a true or false

  1. #1
    motol
    Guest

    Easy formula to return a true or false

    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. #2
    Biff
    Guest

    Re: Easy formula to return a true or false

    Hi!

    Try this:

    =ISNUMBER(MATCH(A1,Sheet2!M1:M100,0))

    Biff

    "motol" <[email protected]> wrote in message
    news:[email protected]...
    >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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1