Delete Duplicates in Excel

wxue

New Member
Joined
May 13, 2008
Messages
35
I have 10,000 numbers, from Excel A1 to A10000. I need to find the duplicates and delete. What is the most effient way?

I made a vba, it take one min to work it out. Too slow... Thanks
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Do a search here for "delete duplicate rows" and you'll find over a hundred threads on this subject.
 
Upvote 0
One simple way is to create a pivot table with the numbers field in the rows section of the PT wizard and the numbers field in the data section, set to display the count of each number (it will default to sum so you need to change to count). Then copy the numbers column from the resulting pivot table. It will only show unique numbers.
 
Upvote 0

Forum statistics

Threads
1,214,867
Messages
6,122,002
Members
449,059
Latest member
mtsheetz

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top