How to remove duplicates but keep one
Tutor 5 (87 Reviews)
Excel Tutor
Still stuck with a Excel question
Ask this expertAnswer
Removing duplicates but keeping one means Excel deletes every repeated entry in a selected range while leaving a single instance of each unique value. Excel performs this action through a built-in command that filters and cleans data without requiring formulas.
How to Remove Duplicates but Keep One in Excel
To remove duplicates and keep one, Excel uses the Remove Duplicates tool. This tool identifies repeated values in selected columns and deletes all extra copies while leaving the first occurrence intact.
Steps to Remove Duplicates but Keep One
Highlight the range that contains repeated values.
Go to the Data tab on the Ribbon.
Select Remove Duplicates in the Data Tools group.
Choose the columns Excel must check for duplicate values.
Confirm by selecting OK.
Review the cleanup message that shows how many duplicates were removed.
Windows and Mac versions use the same steps.
How to Remove Duplicates but Keep One Using Advanced Filters
The Advanced Filter creates a unique list that keeps one copy of every repeated value while leaving the original data unchanged.
Steps
Select the column or table.
Open the Data tab.
Select Advanced in the Sort & Filter group.
Select Copy to another location.
Check Unique records only.
Set a destination cell.
Confirm by selecting OK.
Mac uses the same actions, but the layout groups may appear slightly different.
How to Remove Duplicates but Keep One While Preserving Order
Users remove duplicates and maintain the first appearance by using the UNIQUE function in supported versions of Excel. This function returns each value once while preserving the order from top to bottom.
Formula Method (Excel 365 or Excel 2021)
LaTeX is required because a formula appears here.
\text{=UNIQUE(A1:A100)}
The output creates a clean list with one instance of each value.
When to Use Remove Duplicates vs UNIQUE
Remove Duplicates edits the original dataset.
UNIQUE creates a new list and leaves the original unchanged.
Advanced Filter generates a static copy of unique items.
Key Attributes
Remove Duplicates keeps the first record every time.
UNIQUE keeps the sequence of appearance.
Advanced Filter fits cases that require a unique list without modifying source data.
Excel removes duplicates across single or multiple columns based on selection.
Structured tables improve clarity when evaluating duplicates.
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