How do I remove all records of duplicated fields?

N

nozzaworld

I am using excel 2002. I have a row of data, with some duplicated records. I
want to be able to delete ALL duplicates.

e.g.

bob
bob
scott
john

would delete all record of bob leaving just the following:

scott
john

How can I achieve this? Any help will be greatly appreciated.

Many thanks
 
×

מיכ×ל (מיקי) ×בידן

The Common and known options is to use Advanced Filter to filter "Uniques
Only".
Micky
 
×

מיכ×ל (מיקי) ×בידן

Sorry... I didn't noticed you entire rquest.
1) Start your records in Cell A2.
2) In cell A1 type some header.
3) After [to the right of the last field in the first record] type:
=COUNTIF(A$2:A$5,A2)
and copy down until the last record.
4) Use "Automatic Filter" - in the formula column - to filter out only the 1.
5) You will see' now only the requested records.
6) Copy/paste them into a different range and/or sheet.
Micky
 
J

JLatham

Micky,
it seems a double-post, I provided the very same solution to him here, and
am about to tackle the second half of the problem
http://www.microsoft.com/office/com...0da6b7-a2a5-4cb8-93dd-3390e021d564&sloc=en-us

מיכ×ל (מיקי) ×בידן said:
Sorry... I didn't noticed you entire rquest.
1) Start your records in Cell A2.
2) In cell A1 type some header.
3) After [to the right of the last field in the first record] type:
=COUNTIF(A$2:A$5,A2)
and copy down until the last record.
4) Use "Automatic Filter" - in the formula column - to filter out only the 1.
5) You will see' now only the requested records.
6) Copy/paste them into a different range and/or sheet.
Micky


מיכ×ל (מיקי) ×בידן said:
The Common and known options is to use Advanced Filter to filter "Uniques
Only".
Micky
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top