duplicates

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

Guest

I need to specifically check for duplicates between two columns:

For example:

col1 col2
12345 1102897
4794848974
8347474
493836
1102897

What formula can I use to check the data from col 2 against the data from
col 1?
 
=IF(COUNTIF($A:$A,B1)>0,"Duplicate","")

and copy down

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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