PC Review


Reply
Thread Tools Rate Thread

Deleting Non-Duplicate Rows

 
 
BillW
Guest
Posts: n/a
 
      23rd Sep 2005

Have done tihs is the past, but can't remember how:
Have a sheet with 9500+ rows. Column C contains a storage bin number.
Want to delete all rows that DO NOT have a duplicate (trying to resolve
items that have a duplicate bin number.) Have sorted the sheet on
Column C. THX. . .


--
BillW
------------------------------------------------------------------------
BillW's Profile: http://www.excelforum.com/member.php...o&userid=27516
View this thread: http://www.excelforum.com/showthread...hreadid=470299

 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      23rd Sep 2005
You could use a helper column of formulas:

=countif(c:c,c1)
and drag down

The ones that evaluate to 1 are singletons.

Data|filter|autofilter to show the 1's and delete those visible rows.

BillW wrote:
>
> Have done tihs is the past, but can't remember how:
> Have a sheet with 9500+ rows. Column C contains a storage bin number.
> Want to delete all rows that DO NOT have a duplicate (trying to resolve
> items that have a duplicate bin number.) Have sorted the sheet on
> Column C. THX. . .
>
> --
> BillW
> ------------------------------------------------------------------------
> BillW's Profile: http://www.excelforum.com/member.php...o&userid=27516
> View this thread: http://www.excelforum.com/showthread...hreadid=470299


--

Dave Peterson
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Deleting Duplicate Rows with Same Sum? Mike Microsoft Excel Programming 1 29th Mar 2011 10:23 PM
Deleting duplicate rows Ranju Microsoft Excel Misc 1 28th Jan 2009 12:14 PM
Deleting duplicate rows =?Utf-8?B?QmFsYW4=?= Microsoft Excel Programming 3 26th Aug 2007 04:04 AM
Deleting Duplicate Rows =?Utf-8?B?Uk1vcnQ=?= Microsoft Excel Programming 5 26th Apr 2005 09:43 PM
Deleting Duplicate Rows AllenR2 Microsoft Excel Programming 4 11th Sep 2004 06:01 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:18 PM.