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

I have a list of 16000+ names that includes many duplicates. I used
autofilter which was very helpful in helping me isolate, check and remove
duplicate entries. But, ithe program only allows filtering of the first 1000
or so entries. I tried hiding the first 1400 records that I had already
checked and that worked because it then gave me the next 1000 names. But as
soon as I clicked on a single name to check for duplicates, it goes back to
the original list of A through Chr and loses the rest. Anyone have any tips
or suggestions on how I can filter the complete list without having to cut
the names to a new list? Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Excel 2002 filtering

Delete them in line.

Add a simple formula in a helper column, like so

=COUNTIF($A$2:A2,A2)

assuming the key column is A, then copy that down

Filter on this new column for a custom value of 1 and delete any rows
showing. Then repeat until none show
--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Brenda" wrote in message
...
I have a list of 16000+ names that includes many duplicates. I used
autofilter which was very helpful in helping me isolate, check and remove
duplicate entries. But, ithe program only allows filtering of the first
1000
or so entries. I tried hiding the first 1400 records that I had already
checked and that worked because it then gave me the next 1000 names. But
as
soon as I clicked on a single name to check for duplicates, it goes back
to
the original list of A through Chr and loses the rest. Anyone have any
tips
or suggestions on how I can filter the complete list without having to cut
the names to a new list? Thanks.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 137
Default Excel 2002 filtering

Thanks Bob, that was helpful. Unfortunately I have to look at all duplicate
entries for data consistency and correct anything that is missing, then
remove the duplicates. If I was certain that all data was the same it would
have been the perfect solution. I will keep the formula for future use.
Thanks again.

"Bob Phillips" wrote:

Delete them in line.

Add a simple formula in a helper column, like so

=COUNTIF($A$2:A2,A2)

assuming the key column is A, then copy that down

Filter on this new column for a custom value of 1 and delete any rows
showing. Then repeat until none show
--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Brenda" wrote in message
...
I have a list of 16000+ names that includes many duplicates. I used
autofilter which was very helpful in helping me isolate, check and remove
duplicate entries. But, ithe program only allows filtering of the first
1000
or so entries. I tried hiding the first 1400 records that I had already
checked and that worked because it then gave me the next 1000 names. But
as
soon as I clicked on a single name to check for duplicates, it goes back
to
the original list of A through Chr and loses the rest. Anyone have any
tips
or suggestions on how I can filter the complete list without having to cut
the names to a new list? Thanks.




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Excel 2002 filtering

Well this will highlight the duplicates in batches, so you can do that
process and then delete if appropriate.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Brenda" wrote in message
...
Thanks Bob, that was helpful. Unfortunately I have to look at all
duplicate
entries for data consistency and correct anything that is missing, then
remove the duplicates. If I was certain that all data was the same it
would
have been the perfect solution. I will keep the formula for future use.
Thanks again.

"Bob Phillips" wrote:

Delete them in line.

Add a simple formula in a helper column, like so

=COUNTIF($A$2:A2,A2)

assuming the key column is A, then copy that down

Filter on this new column for a custom value of 1 and delete any rows
showing. Then repeat until none show
--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"Brenda" wrote in message
...
I have a list of 16000+ names that includes many duplicates. I used
autofilter which was very helpful in helping me isolate, check and
remove
duplicate entries. But, ithe program only allows filtering of the
first
1000
or so entries. I tried hiding the first 1400 records that I had
already
checked and that worked because it then gave me the next 1000 names.
But
as
soon as I clicked on a single name to check for duplicates, it goes
back
to
the original list of A through Chr and loses the rest. Anyone have any
tips
or suggestions on how I can filter the complete list without having to
cut
the names to a new list? Thanks.






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
Outlook 2002 calendar dates exported to Excel 2002 sort incorrectl scampbell Excel Worksheet Functions 0 February 22nd 06 06:31 PM
Excel 2002 - Filtering numbers Mike Faulkner Excel Discussion (Misc queries) 2 August 17th 05 12:55 PM
Access 2002 VB Module controlling Excel 2002 spreadsheet -Run-time Mblackmore Excel Programming 0 May 12th 05 07:56 PM
Can you print labels using Excel 2002 in a Word 2002 mail merge? Individual_ Excel Discussion (Misc queries) 3 December 17th 04 08:39 PM
Excel 2002 files attached to Outlook 2002 EMails change size AJStadlin Excel Programming 1 October 15th 03 12:12 AM


All times are GMT +1. The time now is 10:19 AM.

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"