How to remove duplicate entries in excel
Tutor 5 (87 Reviews)
Excel Tutor
Still stuck with a Excel question
Ask this expertAnswer
Removing duplicate entries in Excel means deleting repeated records while keeping one unique instance of each value or record.
How to remove duplicate entries using the Remove Duplicates tool
To remove duplicate entries in Excel, use the built-in Remove Duplicates feature designed for structured data cleaning.
Steps
Select any cell within the data range.
Open the Data tab on the Ribbon.
Click Remove Duplicates in the Data Tools group.
Select the columns that define duplication.
Click OK.
Review the confirmation dialog that shows the number of values removed and remaining.
Click OK to apply changes.
Windows and Mac differences
The feature location and behavior are identical on Windows and Mac. Keyboard shortcuts differ because system-level keys are different.
How to remove duplicate entries from a single column
To remove duplicate entries from one column, select that column and run the Remove Duplicates tool using only that column.
Steps
Select the target column.
Open the Data tab.
Click Remove Duplicates.
Keep the column checked and uncheck all others.
Click OK.
How to remove duplicate rows across multiple columns
To remove duplicate rows across multiple columns, define duplicates based on combined column values.
Steps
Select the full data range.
Open the Data tab.
Click Remove Duplicates.
Select all columns that define row uniqueness.
Click OK.
How to remove duplicates while keeping the latest entry
To keep the latest entry, sort the data so the most recent record appears first.
Steps
Select the full dataset.
Open the Data tab.
Click Sort.
Sort by the date or time column in descending order.
Click OK.
Run Remove Duplicates using the relevant columns.
How to remove duplicates using Advanced Filter
To remove duplicates using Advanced Filter, extract unique records to the same location.
Steps
Select the data range.
Open the Data tab.
Click Advanced in the Sort & Filter group.
Select Filter the list, in-place.
Check Unique records only.
Click OK.
How to identify duplicates before removing them
To identify duplicates, apply Conditional Formatting to highlight repeated values.
Steps
Select the target range.
Open the Home tab.
Click Conditional Formatting.
Select Highlight Cells Rules.
Click Duplicate Values.
Choose a formatting style.
Click OK.
How to remove duplicates using formulas
To remove duplicates using formulas, create a helper column that flags repeated values.
Formula
=COUNTIF(A:A,A1)>1
This formula returns TRUE for duplicate values and FALSE for unique values.
Steps
Insert a helper column.
Enter the formula in the first row.
Fill the formula down.
Filter the column for TRUE.
Delete the filtered rows.
Does Excel automatically prevent duplicate entries?
No. Excel allows duplicate entries by default unless data validation rules are applied.
How to prevent duplicates after removal
To prevent duplicates, apply Data Validation rules to restrict repeated values.
Steps
Select the target column.
Open the Data tab.
Click Data Validation.
Select Custom under Allow.
Enter the formula:
=COUNTIF(A:A,A1)=1
Click OK.
Are the duplicates permanently deleted?
Yes. Removed duplicates are permanently deleted unless Undo is used immediately.
Best practices for removing duplicates
Back up the worksheet before deletion.
Sort data intentionally before removal.
Define duplication using business rules.
Use highlighting to verify duplicates visually.
Apply validation rules to maintain data integrity.
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