Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Deleting Duplications

I am attempting to delete duplicated names throughout my spreadsheet of
contacts in Microsoft Excel 2003, but it will take me a long time to manually
go through 108k leads! How might I go about deleting duplicated material?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default Deleting Duplications

http://www.cpearson.com/excel/deleti...eDuplicateRows

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Ray_V" wrote in message ...
|I am attempting to delete duplicated names throughout my spreadsheet of
| contacts in Microsoft Excel 2003, but it will take me a long time to manually
| go through 108k leads! How might I go about deleting duplicated material?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 64
Default Deleting Duplications

Try Advanced Filter under Data Filter using
[x] Copy to another location
List range: Your data in one column with a header
Criteria range: An empty cell
Copy to: An empty column
[x] Unique records only

Or you could do it with
Sort the data
An a neighboring column put 0 in the first row then =if(a3=a2,1,0) & fill
Select the new info & Data Filter AutoFilter with header
Click the down arrow at the header, choose 0
Copy the filtered data to another sheet

"Ray_V" wrote:

I am attempting to delete duplicated names throughout my spreadsheet of
contacts in Microsoft Excel 2003, but it will take me a long time to manually
go through 108k leads! How might I go about deleting duplicated material?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22
Default Deleting Duplications

I simply create a column with vital/unique data concatenated and then sort
the file by the concatenation. Then insert a column next to it and type
=if(a2=a1,0,1) - assuming the concatenation is in column A - and copy it all
the way down. All the first found results will be assigned a 1 and the
duplicates will get a 0. Sort by the 0 &1 column and delete all the 0's.

Regards,
Mike


"Ray_V" wrote:

I am attempting to delete duplicated names throughout my spreadsheet of
contacts in Microsoft Excel 2003, but it will take me a long time to manually
go through 108k leads! How might I go about deleting duplicated material?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Deleting cells and shifting "right" CDWhite Excel Discussion (Misc queries) 5 April 15th 06 02:50 AM
deleting values in a worksheet without deleting the formulas patti Excel Worksheet Functions 1 October 28th 05 09:49 PM
how prevent formula in cell from deleting when deleting value???? sh-boom New Users to Excel 1 September 30th 05 06:12 PM
Deleting duplicate entries in Excel list ticephotos Excel Discussion (Misc queries) 2 May 3rd 05 06:22 PM
Disable Adding or Deleting Rows and Columns Playa Excel Discussion (Misc queries) 1 January 10th 05 10:23 PM


All times are GMT +1. The time now is 05:20 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"