Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sully
 
Posts: n/a
Default Is de-duping in advanced filter limited to a number of rows

I am using the advanced filer in excel to remove duplicates from my data set.
The function works OK for a few hundred rows. It does not work for 1500
rows. I would like to use it for a data set of 12000 rows. Is this function
limited to a number of rows? If so, is there anothe way to de-dup 12000 rows
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DOR
 
Posts: n/a
Default Is de-duping in advanced filter limited to a number of rows

AutoFilter is limited to showing the first 1,000 unique entries in its
drop-down list. To de-dupe another way, use another column for a
COUNTIF function. In it put

=IF(COUNTIF($A$1:A1,A1)1,"X","")

and drag down to copy to the end of your list (assuming your list is in
column A).

Now autofilter on that column for X to get duplicates and delete them,
or Autofilter on blanks to get the uniques and copy them elsewhere.

HTH

DOR

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default Is de-duping in advanced filter limited to a number of rows

Not to my knowledge, I have used advanced filter on plus 20000 rows
and it works fine, note that if you do it in place you are not removing any
duplicates you are just hiding the rows with the duplicates. I always use
copy to another location that way I get a list without hidden rows


--

Regards,

Peo Sjoblom


"Sully" wrote in message
...
I am using the advanced filer in excel to remove duplicates from my data

set.
The function works OK for a few hundred rows. It does not work for 1500
rows. I would like to use it for a data set of 12000 rows. Is this

function
limited to a number of rows? If so, is there anothe way to de-dup 12000

rows


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
Delete rows based on multiple criterias Benson Excel Discussion (Misc queries) 8 November 2nd 05 03:11 PM
Is there an easy way to filter duplicate rows of data in excel? Yumin Excel Discussion (Misc queries) 1 October 7th 05 08:15 PM
formula to use when number of rows changes dynamically confused Excel Worksheet Functions 3 August 17th 05 03:55 PM
Insert a number of rows based on a value in a cell on active row iRocco Excel Worksheet Functions 0 August 10th 05 08:46 PM
advanced filter won't allow me to filter on bracketed text (-456.2 LucianoG Excel Discussion (Misc queries) 1 December 6th 04 08:38 PM


All times are GMT +1. The time now is 10:54 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"