help on lookup functions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to compare text from one worksheet to another with a notification if
there is a match
 
=ISNA(MATCH(A1,Sheet2!A1:A10,0))

Assuming your text to compare is in A1 and the data to compare with is in
A1:A10 on Sheet2. This will return TRUE if there is no match and FALSE if
there is.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top