View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Roger Govier[_3_] Roger Govier[_3_] is offline
external usenet poster
 
Posts: 2,480
Default find duplicate based on two columns

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:D1DataFilterAutofilteruse dropdown on column CCustomGreater
than1
This will give you a filtered list showing any duplicated entries

--
Regards
Roger Govier

"Roberta" wrote in message
...
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.