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

I have a spread sheet with about 5,000 names, addresses,
phone # and fax #.

I would like to get rid of the duplicates... without
doing them one by one or shift highlight then delete...

can anyone help me?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default duplicate names

Funny. I was just looking at this web page that demonstrates how to do
this. I haven't tried it myself but it is a place to start:

http://j-walk.com/ss/excel/tips/tip47.htm


"Ada" wrote in message
...
I have a spread sheet with about 5,000 names, addresses,
phone # and fax #.

I would like to get rid of the duplicates... without
doing them one by one or shift highlight then delete...

can anyone help me?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 576
Default duplicate names

Ada.

Say that the first name is in cell A2
Than in cell E1 (if it is empty, if not than use F1, if not than G1, ....)
put the formula:
=Countif(A:A,A2)
fill this down to the last row.
Than select all the rows and sort on column E ( or F, or G, or ...)
All the 1's will float to the top and the remainder will be below them.
Go to the first occurance of a 2 and select all the rows from there to the
bottom. Than delete the rows. Clear the formulas and you are done.

--
sb
"Ada" wrote in message
...
I have a spread sheet with about 5,000 names, addresses,
phone # and fax #.

I would like to get rid of the duplicates... without
doing them one by one or shift highlight then delete...

can anyone help me?



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
counting duplicate names twototango Excel Worksheet Functions 8 May 26th 08 03:26 AM
Deleting duplicate names law Excel Discussion (Misc queries) 4 December 4th 07 10:52 PM
Duplicate names George Excel Discussion (Misc queries) 0 November 19th 06 10:04 PM
How do you delete duplicate addresses, but keep duplicate names? Shelly Excel Discussion (Misc queries) 1 August 28th 06 10:36 PM
deleting duplicate names torbau Excel Discussion (Misc queries) 0 March 8th 06 04:59 PM


All times are GMT +1. The time now is 12:03 AM.

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

About Us

"It's about Microsoft Excel"