It's a common scenario: Data is combined from multiple sources, records are entered by multiple users or you simply have multiple transactions with the same information. The end result is that you need to find and manipulate duplicates. Excel gives you several ways to do this, depending on your data and what results you are after. This article covers three of those methods and a scenario in which you might use them. The following steps apply to Excel 2007-2013. Images were taken using Excel 2013 on the Windows 7 OS so the specific steps may vary based on your version.
Use Advanced Filter
Scenario: We have a list of people who were members of our business association in 2014, and another list of those who were members in 2015. We would like to generate a new list of all people who were members in one or both years and remove the duplicate rows of the members who were in both. With the advanced filter we can do this in one step. To follow using our example, download Find Duplicates.xlsx: Renewing Members
Start by merging the two lists into a new sheet using copy/paste or Excel's Consolidate feature, etc.
Note: This method only removes duplicates when the entire row/record is the same. If you need to identify records that only have some fields in common, use the next method, Excel's Built-in Remove Duplicates Feature.

Use Excel's Built-in Remove Duplicates Feature
Scenario: We would like to mail a print postcard to the members of our email mailing list, but have discovered that some have signed up more than once with different email addresses. This means we would send multiple postcards to the same address. We want to remove those duplicate addresses.
Hint! Always start by creating a copy of your worksheet before you begin working so your original data remains safe.
To follow using our example, download Find Duplicates.xlsx: Mailing List

Use a PivotTable
Scenario: You have a spreadsheet listing all attendees at a convention you are hosting. You want to know how many people from each company are attending so you can offer a discount to those bringing 5 or more employees.
To get a count of rows that have duplicate information, in this case – the same company name – a PivotTable offers you a very quick way to view and then manipulate that information.
To follow using our example, download Find Duplicates.xlsx: PivotTable


Our PivotTable will now only show those rows that have 5 or more duplicates in the ListMember Company column on the original table.

A very useful feature of a PivotTable is that you can then "drill down" into the data behind the summary. Double-click on any of the "5 or more" companies to see attendee detail for that company, for example.

Though you will have different data and different scenarios, one of the three above techniques can help you get started on the solution you need when working with data that has duplicate information.