#1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 47
Default NO REPEATS

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
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 293
Default NO REPEATS

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" wrote in message ...
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


  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 45
Default NO REPEATS

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

  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 293
Default NO REPEATS

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" wrote in message ...
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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
No repeats of name in same colum Headworth Excel Discussion (Misc queries) 2 June 22nd 08 12:19 PM
Macro repeats and then stops Sabba Efie Excel Discussion (Misc queries) 2 August 15th 06 11:03 PM
Unwanted Repeats roy.okinawa Excel Worksheet Functions 10 November 30th 05 01:15 AM
Count repeats Daniel Bonallack Excel Worksheet Functions 7 December 10th 04 05:13 PM
no repeats in a column repeat Excel Worksheet Functions 2 November 3rd 04 09:36 PM


All times are GMT +1. The time now is 10:10 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"