How to delete duplicate rows in excel
Tutor 5 (87 Reviews)
Excel Tutor
Still stuck with a Excel question
Ask this expertAnswer
To delete duplicate rows in Excel, follow these steps carefully:
Using the Built-in Remove Duplicates Tool
Select the range of cells or the entire table that contains duplicate rows.
Go to the Data tab on the ribbon.
Click on Remove Duplicates.
A dialog box appears showing all columns. Check the columns you want Excel to evaluate for duplicates.
Click OK.
Excel will remove the duplicate rows and display a message showing how many duplicates were removed and how many unique values remain.
Note: The first occurrence of a duplicate row is kept, and subsequent duplicates are deleted.
Using Conditional Formatting to Highlight Duplicates Before Deleting
Select the range of cells you want to check for duplicates.
Go to the Home tab.
Click Conditional Formatting → Highlight Cells Rules → Duplicate Values.
Choose a formatting style to highlight duplicates and click OK.
Review the highlighted duplicates and manually delete rows if needed.
Using Excel Formulas to Identify Duplicates
Insert a new column next to your data.
In the first cell of the new column, enter the formula:
=IF(COUNTIF($A$1:$A$100,A1)>1,"Duplicate","Unique")
Drag the formula down to apply it to all rows.
Filter the column for "Duplicate" and delete those rows.
Differences Between Windows and Mac
On Windows, the Remove Duplicates tool is in the Data tab.
On Mac, the Remove Duplicates option is also in the Data tab, but the dialog interface may appear slightly different, sometimes requiring confirmation per column selection.
Tips
Always create a backup before removing duplicates.
Check multiple columns to ensure that only truly duplicate rows are deleted.
Sorting data before removing duplicates can help verify patterns.
This approach ensures that duplicates are removed efficiently without affecting unique data.
. Was this Helpful?Get Online Tutoring or Questions answered by Experts.
You can post a question for a tutor or set up a tutoring session
Answers · 1
How to show duplicates in red
Answers · 1
How to apply duplicate conditional formatting rule
Answers · 1
How to duplicate conditional formatting excel
Answers · 1
What is excel conditional formatting duplicates
Answers · 1