Match with yes or no question

G

Guest

Hi All - I've looked all over for the answer to this question but. ..:(

I have a list of names that appear multiple times that I need to match with
a "YES".

This list also contains names I want to ignore. l would like to put a "yes"
on the ones I want to keep (no matter how many times it aappears) and "no" on
the ones to ignore.
TIA -- Donald
 
B

Bob Phillips

=IF(ISNUMBER(MATCH(A2,CompareToList,0)),"yes","no")

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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

Top