Computing.Net > Forums > Windows 2000 > Cleaning Duplicate Entries in Excel 2000

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Cleaning Duplicate Entries in Excel 2000

Reply to Message Icon

Name: davp
Date: April 16, 2002 at 07:24:34 Pacific
Comment:

How do I clean up (besides sorting and doing it manually) duplicate entries in Excel? For example, I have:

A B
1 bill cas
2 bill vm
3 sue vm
4 sue cas
5 sue vm
6 sue vm

And I want to use a formula or something to pull out all dups in columns A and B so I can have for the results:

1 bill cas
2 bill vm
3 sue vm
4 sue cas

I cleaned up the dups in A that but also kept the different fileds in B that were not dups themselves.

Did I explain correctly?



Sponsored Link
Ads by Google

Response Number 1
Name: A Certain TH
Date: April 17, 2002 at 04:05:44 Pacific
Reply:

The easiest way to do this is to concatenate the fields together, then check for dup's of the concatenation.

You can then write a simple routine to check for dup's and delete.

There are many ways of doing this:

1) append a concatenation field (say in column C). Sort by it. Run down the list deleting rows whenever two identical ones are next to eachother

2) fill an array with records, but keep rechecking the array to see if the next record has been used before. The rewrite the cells straight from the array

3) loads more. honestly.

If you need more help, post back.

Tom


0

Response Number 2
Name: davp
Date: April 17, 2002 at 06:48:44 Pacific
Reply:

That works great! You are the man! I have been tyring for weeks to do this (clean dups) and this is the best way I have done it!


0

Response Number 3
Name: A Certain TH
Date: April 17, 2002 at 07:06:03 Pacific
Reply:

Very glad to have helped!

Tom


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


password expiration warni... IE 6 / Windows Updat



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows 2000 Forum Home


Sponsored links

Ads by Google


Results for: Cleaning Duplicate Entries in Excel 2000

formulas in excel 2000 www.computing.net/answers/windows-2000/formulas-in-excel-2000/24956.html

HELP - Excel 2000 Custom Menus www.computing.net/answers/windows-2000/help-excel-2000-custom-menus/19428.html

Setting Default Margins in Excel www.computing.net/answers/windows-2000/setting-default-margins-in-excel/40989.html