find duplicate based on two columns

  • Thread starter Thread starter Roberta
  • Start date Start date
R

Roberta

I have an Excel 2007 spreadsheet and have used conditional formatting for
single column entries, however now I have to find duplicates in two columns.
I have two colums named FNAME and LNAME. I need to locate duplictes as if
these two fields are combined.
 
Hi Roberta

In a new column enter
=A2&"|"&B2
Copy down as far as required.
Assuming this new column is column C, in column DO enter
=COUNTIF(C:C,C2)
again copy down as far as required
Select A1:D1>Data>Filter>Autofilter>use dropdown on column C>Custom>Greater
than>1
This will give you a filtered list showing any duplicated entries
 

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

Similar Threads


Back
Top