Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Check for duplicate items and delete them

Anyone have a way to check for duplicate cells in multiple rows and
automatically delete them? Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,355
Default Check for duplicate items and delete them

In an adjacent column, enter this

=COUNTIF(A$2:A2,A2) where A2 is the first cell in the series you want to
check.
Copy this down as needed.
Use AutoFilter to remove all rows where the value is 1.
--
HTH,
Barb Reinhardt



"chanse44" wrote:

Anyone have a way to check for duplicate cells in multiple rows and
automatically delete them? Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 61
Default Check for duplicate items and delete them

you can also use the advanced filter to automatically just show you the
unique records. it's under Data, Filter, Advanced filter. Highlight which
column you want to filter for unique records. Click the Unique records only
box to filter the duplicates then either paste the new set of data on the
same column or in a new column. I suggest you paste it on a new location so
you can verify if it really worked.

"chanse44" wrote:

Anyone have a way to check for duplicate cells in multiple rows and
automatically delete them? Thanks!

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Check for duplicate items and delete them

Thank you both so much but neither one of these worked, aagh!!!!

"Barb Reinhardt" wrote:

In an adjacent column, enter this

=COUNTIF(A$2:A2,A2) where A2 is the first cell in the series you want to
check.
Copy this down as needed.
Use AutoFilter to remove all rows where the value is 1.
--
HTH,
Barb Reinhardt



"chanse44" wrote:

Anyone have a way to check for duplicate cells in multiple rows and
automatically delete them? Thanks!

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Check for duplicate items and delete them

That technique has worked for lots and lots of people.

You may want to explain why it didn't work for you.

chanse44 wrote:

Thank you both so much but neither one of these worked, aagh!!!!

"Barb Reinhardt" wrote:

In an adjacent column, enter this

=COUNTIF(A$2:A2,A2) where A2 is the first cell in the series you want to
check.
Copy this down as needed.
Use AutoFilter to remove all rows where the value is 1.
--
HTH,
Barb Reinhardt



"chanse44" wrote:

Anyone have a way to check for duplicate cells in multiple rows and
automatically delete them? Thanks!


--

Dave Peterson
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
Return True/False to check duplicate items in a range with one for Tetsuya Oguma Excel Worksheet Functions 10 October 21st 06 03:20 AM
How do you delete duplicate addresses, but keep duplicate names? Shelly Excel Discussion (Misc queries) 1 August 28th 06 10:36 PM
Duplicate and unique items in 2 lists Vince Excel Discussion (Misc queries) 1 August 23rd 06 07:19 AM
How to get rid off duplicate items? Svea Excel Discussion (Misc queries) 5 October 24th 05 12:34 AM
How do I do a count sum that ignores duplicate items Robin Faulkner Excel Worksheet Functions 2 February 17th 05 11:53 AM


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