Excel - finding duplicate entries ?

Soldato
Joined
18 Oct 2002
Posts
10,078
Location
At home
Hi,

I have a spreadsheet with about 7000 rows of data, just wondering if there is a way to find out if there are any duplicates quickly ?

Thanks,
 
What I do is create a pivot table, then add the column field to the data section with a count parameter.

Any that are duplicated will have a count of more than 1.

Sorting alphabetically is a clunky way to do it also.
 
You can easily filter out any duplicates by going to Data - Filter - Advanced Filter, and then ticking the 'Unique Records Only' tick box. This will auto-hide any duplicate rows.
 
Back
Top Bottom