|
-
Mar 21st, 2011, 09:14 PM
#1
Thread Starter
New Member
-
Mar 21st, 2011, 10:35 PM
#2
Re: How to delete REPEATED rows?
Well, first step I would sort the list. Then I would make a loop to check forward and if next item is the same as current, then delete it...
-
Mar 29th, 2011, 06:22 PM
#3
Fanatic Member
Re: How to delete REPEATED rows?
Which version of excel are you using? 2007 his this built in.
-
Apr 1st, 2011, 02:35 AM
#4
Thread Starter
New Member
Re: How to delete REPEATED rows?
I'm using Excel 2000.
By the way, I finally I come with a stupid idea.
I add two columns of numbers next to this column.(Column B all=1, Column C all=1)
Write Double Loops on Column A, if have repeated items(Cells(a, 1) = Cells(b, 1)) then change the number to Column B to another number( say, 0)
After doing the double loop.
Check if the two Columns of numbers are still the same,
if not same, this means the items is repeated.
Lastly, delete the 2 columns of numbers.
My method is really stupid, but it works...
By the way, thanks again for your comments.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|