Remove Duplicates in Excel
Built-in tool
- Select the data range (or Table)
- Data → Remove Duplicates
- Choose columns that define uniqueness
- OK
This permanently deletes rows. Copy the sheet first if you need a backup.
Dynamic array (source stays intact)
=UNIQUE(A2:C100)
=UNIQUE(A2:A100)
If #SPILL!, clear the output area — SPILL fix.