Print "YES" when cells match, "NO" otherwise

  • Thread starter Thread starter Alain Dekker
  • Start date Start date
A

Alain Dekker

Hi,

If I have a long list of names in one column, and a second column with
mostly the same names, but a few differences, how can I write a formula that
will print "YES" in a third column if cells match, and "NO" when they
mismatch?

Thanks,
Alain
 
Alain

In the third column use:

=IF(A2=B2,"Yes","No")
and fill down

Andy.
 

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