How to move duplicates to another sheet in excel
Tutor 5 (112 Reviews)
Excel Tutor
Still stuck with a Excel question
Ask this expertAnswer
To move duplicates to another sheet in Excel, follow these steps carefully:
Step 1: Identify the Range
Select the range of data where you want to find duplicates. Ensure the selection includes all relevant columns.
Step 2: Apply Conditional Formatting to Highlight Duplicates
Go to the Home tab.
Click Conditional Formatting → Highlight Cells Rules → Duplicate Values.
Choose a formatting color to mark duplicates. This helps visually identify them.
Step 3: Filter for Duplicates
With your range selected, go to the Data tab.
Click Filter. Small dropdown arrows will appear in your column headers.
Click the dropdown arrow in the column where duplicates exist.
Choose Filter by Color and select the color applied in step 2. Only duplicates will be displayed.
Step 4: Copy Duplicates
Select all visible duplicate rows after filtering.
Press Ctrl + C (Windows) or Command + C (Mac) to copy them.
Step 5: Paste Duplicates into Another Sheet
Open or create the destination sheet.
Select the cell where you want to start pasting.
Press Ctrl + V (Windows) or Command + V (Mac) to paste.
Step 6: Remove Duplicates from the Original Sheet (Optional)
Go back to the original sheet.
Select the range again.
Go to Data → Remove Duplicates.
Select the columns to check for duplicates and click OK. This deletes duplicates while keeping the first occurrence.
Alternative Method: Using a Formula
You can use a formula to identify duplicates dynamically:
In a new helper column, enter:
=IF(COUNTIF(A:A, A2)>1, "Duplicate", "Unique")
Filter the helper column for Duplicate and then copy those rows to another sheet.
Notes
Conditional Formatting works for large datasets and provides visual guidance.
Using a formula allows dynamic updates if new data is added.
Make sure to verify duplicates across all relevant columns for accurate results.
This method ensures duplicates are moved safely without losing any original 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
Why is drop down list not showing in excel
Answers · 0
Why is the drop down list not showing all options
Answers · 1
Why can't I delete drop down list excel
Answers · 1
How to create an Excel drop-down list from a lookup table
Answers · 1