Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 25
Default Filtering duplicate information

Hi,
I have a large speadsheet where some of the columns are identical.
i want to remove the duplicate rows entirely where the identical columns
occur.
i've tried using the advance filter function but because the rows are
slightly different it doesnt work
can you help please

thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default Filtering duplicate information

If not every value duplicates the values in another row, how do you determine
which row is the original and which row is the duplicate? Is the first
(i.e., closest to the top of the sheet) occurrence the "original" or the
keeper?

If so then let's assume the column that contains the duplicated data is
column A and the data starts in row 2 with row 1 being headers. Use a
formula like this in an empty column, starting in row 2

=countif(A$2:A2,A2)

and copy it down. Copy the formulas, then Paste-Special Values over top the
formulas.

Now filter on that new column for anything over 1 and delete those rows


"Rachael" wrote:

Hi,
I have a large speadsheet where some of the columns are identical.
i want to remove the duplicate rows entirely where the identical columns
occur.
i've tried using the advance filter function but because the rows are
slightly different it doesnt work
can you help please

thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 25
Default Filtering duplicate information

I have tried this but its not picking up the duplicated rows the top formula
gives an answer of 1 but the rest of the spreadsheet shows 0 so im unable to
filter further
thank you though

"Duke Carey" wrote:

If not every value duplicates the values in another row, how do you determine
which row is the original and which row is the duplicate? Is the first
(i.e., closest to the top of the sheet) occurrence the "original" or the
keeper?

If so then let's assume the column that contains the duplicated data is
column A and the data starts in row 2 with row 1 being headers. Use a
formula like this in an empty column, starting in row 2

=countif(A$2:A2,A2)

and copy it down. Copy the formulas, then Paste-Special Values over top the
formulas.

Now filter on that new column for anything over 1 and delete those rows


"Rachael" wrote:

Hi,
I have a large speadsheet where some of the columns are identical.
i want to remove the duplicate rows entirely where the identical columns
occur.
i've tried using the advance filter function but because the rows are
slightly different it doesnt work
can you help please

thanks

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 72
Default Filtering duplicate information

Hi Rachael,

In an empty column, cocatenate the fields from the columns that you want to
dedup or filter by.

In another empty column do a countif based on the previous step.

Filter on the second column.

Hope this helps.

"Rachael" wrote:

Hi,
I have a large speadsheet where some of the columns are identical.
i want to remove the duplicate rows entirely where the identical columns
occur.
i've tried using the advance filter function but because the rows are
slightly different it doesnt work
can you help please

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
Filtering Information Brandy Excel Discussion (Misc queries) 8 November 30th 07 02:59 PM
filtering out rows with duplicate information rfIPS Excel Discussion (Misc queries) 1 March 6th 07 07:51 PM
finding & filtering out duplicate cells Jackie Excel Discussion (Misc queries) 4 October 21st 05 06:17 AM
filtering duplicate enteries chris Excel Discussion (Misc queries) 0 August 29th 05 09:53 PM
filtering duplicate enteries David Hepner Excel Discussion (Misc queries) 0 August 29th 05 09:46 PM


All times are GMT +1. The time now is 01:40 PM.

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"