View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
מיכאל (מיקי) אבידן מיכאל (מיקי) אבידן is offline
external usenet poster
 
Posts: 561
Default How do I remove all records of duplicated fields?

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


"מיכאל (מיקי) אבידן" wrote:

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


"nozzaworld" wrote:

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

--
nozzaworld