Method 1: Using the Remove Duplicates Tool
- Select the dataset (including column headers).
- Go to the Data tab.
- Click on Remove Duplicates in the “Data Tools” group.
- In the popup window, select the columns where you want to remove duplicates.
- Click OK, and Excel will remove the duplicate rows.
Method 2: Using Advanced Filter
- Select your data range.
- Go to the Data tab and click Advanced in the “Sort & Filter” group.
- Choose Copy to another location (if you want to keep the original data).
- Check the Unique records only box.
- Select a location to copy the unique data and click OK.
Method 3: Using Excel Formulas
Use the Remove Duplicates feature for quick removal. However, if you want to highlight duplicates first:
- Use the formula:excelCopyEdit
=COUNTIF(A:A, A2) > 1
This formula checks if a value appears more than once in column A. - Apply Conditional Formatting to highlight duplicates before removal.