Hi Homer,
If you put all the numbers into column A, starting at row 1, the following formula, put into B1, and copied down to the last row,
will put an exclamation mark in that column for any duplicates:
=IF(SUMIF($A1:A1,A1)>1,"!","")
If you then sort both columns by column B, the duplicates will be on successive rows (at the bottom, by default) and you can then
delete those rows.
--
Cheers
macropod
[MVP - Microsoft Word]
"HOMER" <(E-Mail Removed)> wrote in message news:6A026C52-52BD-4CD5-BEC6-(E-Mail Removed)...
>I have about 700 8 digit codes that are sorted numericaly. I received an
> additional 2,600. My problem is that some of these new #'s are repeats of my
> own. Someone told me to do a "V LOOKUP". What is that and how do I do
> it??????????
> --
> HOMER
|