PC Review


Reply
 
 
HOMER
Guest
Posts: n/a
 
      8th Jul 2008
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
 
Reply With Quote
 
 
 
 
macropod
Guest
Posts: n/a
 
      9th Jul 2008
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


 
Reply With Quote
 
Patty
Guest
Posts: n/a
 
      11th Jul 2008
With a slight variation this formula in B2 it will put "!" beside the dups
=IF(SUMIF(A$1:A1,A2)>1,"!","")

"HOMER" wrote:

> 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

 
Reply With Quote
 
macropod
Guest
Posts: n/a
 
      11th Jul 2008
Hi Patty,

Coded that way, the formula could put the '!' on the wong line (ie the line after the duplicates), especially if the list hasn't
been sorted. You'll note that, with the solution I posted, it can be used before the list is sorted (ideally, row 1 would be the
header row, which doesn't get sorted).

--
Cheers
macropod
[MVP - Microsoft Word]


"Patty" <(E-Mail Removed)> wrote in message news:417452D8-2E7E-42F9-86FE-(E-Mail Removed)...
> With a slight variation this formula in B2 it will put "!" beside the dups
> =IF(SUMIF(A$1:A1,A2)>1,"!","")
>
> "HOMER" wrote:
>
>> 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


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
copy and paste VBA repeats and repeats Marilyn Microsoft Excel Misc 4 7th Jun 2009 04:49 PM
How can I get rid of an email message that repeats and repeats =?Utf-8?B?TmFuYSBGYXk=?= Microsoft Outlook Discussion 0 31st Oct 2006 03:21 PM
IE repeats itself =?Utf-8?B?cGVydGh5?= Windows XP Help 1 15th Jun 2005 03:28 PM
WXP Update Repeats...and Repeats.... Dick Moser Windows XP General 2 11th Jun 2004 07:57 PM
No Repeats Shannon Microsoft Access Reports 1 5th Sep 2003 06:53 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:46 PM.