PC Review


Reply
Thread Tools Rate Thread

Display duplicate records?

 
 
Diane K
Guest
Posts: n/a
 
      13th Feb 2008
I have a list of over 13000 of my customer names. Many of the customers have
the same name, but are at a different address. I need to identify those with
a duplicate name. I don't want to delete them, I just want to highlight or
otherwise identify them. Any ideas?

--
Thanks,
Diane



 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      13th Feb 2008
Chip Pearson has lots of techniques to work with duplicates:
http://www.cpearson.com/excel/Duplicates.aspx

Diane K wrote:
>
> I have a list of over 13000 of my customer names. Many of the customers have
> the same name, but are at a different address. I need to identify those with
> a duplicate name. I don't want to delete them, I just want to highlight or
> otherwise identify them. Any ideas?
>
> --
> Thanks,
> Diane


--

Dave Peterson
 
Reply With Quote
 
Pete_UK
Guest
Posts: n/a
 
      13th Feb 2008
You can sort the data by name, so that all identical names come
together. Then it is quite easy to introduce a formula like:

=IF(OR(A2=A1,A2=A3,"Duplicate","Unique")

in a helper column in row 2, and then copy this down the column (this
assumes that names are in column A). You can then fix the values, so
the description is then tagged with the name.

If the original order of the data is important to you, then you can
put a simple sequence 1,2,3 etc down another helper column first, and
then you will be able to re-sort the data back into that order once
you have done the above.

Hope this helps.

Pete

On Feb 13, 5:54*pm, "Diane K" <dkoers_nosp...@comcast.net> wrote:
> I have a list of over 13000 of my customer names. Many of the customers have
> the same name, but are at a different address. I need to identify those with
> a duplicate name. I don't want to delete them, I just want to highlight or
> otherwise identify them. Any ideas?
>
> --
> Thanks,
> Diane


 
Reply With Quote
 
Pete_UK
Guest
Posts: n/a
 
      13th Feb 2008
Sorry, missed a bracket in the formula:

=IF(OR(A2=A1,A2=A3),"Duplicate","Unique")

Apologies.

Pete

On Feb 13, 7:04*pm, Pete_UK <pashu...@auditel.net> wrote:
> You can sort the data by name, so that all identical names come
> together. Then it is quite easy to introduce a formula like:
>
> =IF(OR(A2=A1,A2=A3,"Duplicate","Unique")
>
> in a helper column in row 2, and then copy this down the column (this
> assumes that names are in column A). You can then fix the values, so
> the description is then tagged with the name.
>
> If the original order of the data is important to you, then you can
> put a simple sequence 1,2,3 etc down another helper column first, and
> then you will be able to re-sort the data back into that order once
> you have done the above.
>
> Hope this helps.
>
> Pete
>
> On Feb 13, 5:54*pm, "Diane K" <dkoers_nosp...@comcast.net> wrote:
>
>
>
> > I have a list of over 13000 of my customer names. Many of the customers have
> > the same name, but are at a different address. I need to identify those with
> > a duplicate name. I don't want to delete them, I just want to highlight or
> > otherwise identify them. Any ideas?

>
> > --
> > Thanks,
> > Diane- Hide quoted text -

>
> - Show quoted text -


 
Reply With Quote
 
Diane K
Guest
Posts: n/a
 
      13th Feb 2008
Thanks Pete and Dave. That's exactly what I needed!

--
Diane

"Pete_UK" <(E-Mail Removed)> wrote in message
news:6aaa5f98-2bf1-4143-8799-(E-Mail Removed)...
Sorry, missed a bracket in the formula:

=IF(OR(A2=A1,A2=A3),"Duplicate","Unique")

Apologies.

Pete

On Feb 13, 7:04 pm, Pete_UK <pashu...@auditel.net> wrote:
> You can sort the data by name, so that all identical names come
> together. Then it is quite easy to introduce a formula like:
>
> =IF(OR(A2=A1,A2=A3,"Duplicate","Unique")
>
> in a helper column in row 2, and then copy this down the column (this
> assumes that names are in column A). You can then fix the values, so
> the description is then tagged with the name.
>
> If the original order of the data is important to you, then you can
> put a simple sequence 1,2,3 etc down another helper column first, and
> then you will be able to re-sort the data back into that order once
> you have done the above.
>
> Hope this helps.
>
> Pete
>
> On Feb 13, 5:54 pm, "Diane K" <dkoers_nosp...@comcast.net> wrote:
>
>
>
> > I have a list of over 13000 of my customer names. Many of the customers
> > have
> > the same name, but are at a different address. I need to identify those
> > with
> > a duplicate name. I don't want to delete them, I just want to highlight
> > or
> > otherwise identify them. Any ideas?

>
> > --
> > Thanks,
> > Diane- Hide quoted text -

>
> - Show quoted text -



 
Reply With Quote
 
Pete_UK
Guest
Posts: n/a
 
      13th Feb 2008
Glad to be of help, Diane - thanks for feeding back.

Pete

On Feb 13, 8:46*pm, "Diane K" <dkoers_nosp...@comcast.net> wrote:
> Thanks Pete and Dave. That's exactly what I needed!
>
> --
> Diane
>
> "Pete_UK" <pashu...@auditel.net> wrote in message
>
> news:6aaa5f98-2bf1-4143-8799-(E-Mail Removed)...
> Sorry, missed a bracket in the formula:
>
> =IF(OR(A2=A1,A2=A3),"Duplicate","Unique")
>
> Apologies.
>
> Pete
>
> On Feb 13, 7:04 pm, Pete_UK <pashu...@auditel.net> wrote:
>
>
>
> > You can sort the data by name, so that all identical names come
> > together. Then it is quite easy to introduce a formula like:

>
> > =IF(OR(A2=A1,A2=A3,"Duplicate","Unique")

>
> > in a helper column in row 2, and then copy this down the column (this
> > assumes that names are in column A). You can then fix the values, so
> > the description is then tagged with the name.

>
> > If the original order of the data is important to you, then you can
> > put a simple sequence 1,2,3 etc down another helper column first, and
> > then you will be able to re-sort the data back into that order once
> > you have done the above.

>
> > Hope this helps.

>
> > Pete

>
> > On Feb 13, 5:54 pm, "Diane K" <dkoers_nosp...@comcast.net> wrote:

>
> > > I have a list of over 13000 of my customer names. Many of the customers
> > > have
> > > the same name, but are at a different address. I need to identify those
> > > with
> > > a duplicate name. I don't want to delete them, I just want to highlight
> > > or
> > > otherwise identify them. Any ideas?

>
> > > --
> > > Thanks,
> > > Diane- Hide quoted text -

>
> > - Show quoted text -- Hide quoted text -

>
> - Show quoted text -


 
Reply With Quote
 
Julia Vasuta
Guest
Posts: n/a
 
      19th Nov 2009
Dear Diane,

You can easily extract duplicate records using Filord utility. All you need to do is to save your list as an Excel sheet, install the program and run Duplicates function. Find the details at www.filord.com




Diane K wrote:

Display duplicate records?
13-Feb-08

I have a list of over 13000 of my customer names. Many of the customers have
the same name, but are at a different address. I need to identify those with
a duplicate name. I don't want to delete them, I just want to highlight or
otherwise identify them. Any ideas

--
Thanks
Diane

Previous Posts In This Thread:

On Wednesday, February 13, 2008 12:54 PM
Diane K wrote:

Display duplicate records?
I have a list of over 13000 of my customer names. Many of the customers have
the same name, but are at a different address. I need to identify those with
a duplicate name. I don't want to delete them, I just want to highlight or
otherwise identify them. Any ideas

--
Thanks
Diane

On Wednesday, February 13, 2008 1:57 PM
Dave Peterson wrote:

Re: Display duplicate records?
Chip Pearson has lots of techniques to work with duplicates
http://www.cpearson.com/excel/Duplicates.asp

Diane K wrote

-

Dave Peterson

On Wednesday, February 13, 2008 3:46 PM
Diane K wrote:

Thanks Pete and Dave. That's exactly what I needed!
Thanks Pete and Dave. That's exactly what I needed

-
Dian

Sorry, missed a bracket in the formula

=IF(OR(A2=A1,A2=A3),"Duplicate","Unique"

Apologies

Pete

On Friday, February 15, 2008 2:38 AM
Pete_UK wrote:

You can sort the data by name, so that all identical names cometogether.
You can sort the data by name, so that all identical names com
together. Then it is quite easy to introduce a formula like

=3DIF(OR(A2=3DA1,A2=3DA3,"Duplicate","Unique"

in a helper column in row 2, and then copy this down the column (thi
assumes that names are in column A). You can then fix the values, s
the description is then tagged with the name

If the original order of the data is important to you, then you ca
put a simple sequence 1,2,3 etc down another helper column first, an
then you will be able to re-sort the data back into that order onc
you have done the above

Hope this helps

Pet

On Feb 13, 5:54=A0pm, "Diane K" <dkoers_nosp...@comcast.net> wrote
v
th

On Friday, February 15, 2008 2:38 AM
Pete_UK wrote:

Sorry, missed a bracket in the
Sorry, missed a bracket in the formula

=3DIF(OR(A2=3DA1,A2=3DA3),"Duplicate","Unique"

Apologies

Pet

hav
wit
or

On Friday, February 15, 2008 2:39 AM
Pete_UK wrote:

Glad to be of help, Diane - thanks for feeding back.
Glad to be of help, Diane - thanks for feeding back

Pet



t

EggHeadCafe - Software Developer Portal of Choice
Host Winforms App in IE from your web server
http://www.eggheadcafe.com/tutorials...p-in-ie-f.aspx
 
Reply With Quote
 
Peo Sjoblom
Guest
Posts: n/a
 
      19th Nov 2009
Please refrain from spamming the newsgroups by answering a question that

1. Has already been answered

2. That is over 18 months old.


Then finally the spamming by posting a link to a commercial program.

--


Regards,


Peo Sjoblom


<Julia Vasuta> wrote in message news:(E-Mail Removed)...
> Dear Diane,
>
> You can easily extract duplicate records using Filord utility. All you
> need to do is to save your list as an Excel sheet, install the program and
> run Duplicates function. Find the details at www.filord.com
>
>
>
>
> Diane K wrote:
>
> Display duplicate records?
> 13-Feb-08
>
> I have a list of over 13000 of my customer names. Many of the customers
> have
> the same name, but are at a different address. I need to identify those
> with
> a duplicate name. I don't want to delete them, I just want to highlight or
> otherwise identify them. Any ideas?
>
> --
> Thanks,
> Diane
>
> Previous Posts In This Thread:
>
> On Wednesday, February 13, 2008 12:54 PM
> Diane K wrote:
>
> Display duplicate records?
> I have a list of over 13000 of my customer names. Many of the customers
> have
> the same name, but are at a different address. I need to identify those
> with
> a duplicate name. I don't want to delete them, I just want to highlight or
> otherwise identify them. Any ideas?
>
> --
> Thanks,
> Diane
>
> On Wednesday, February 13, 2008 1:57 PM
> Dave Peterson wrote:
>
> Re: Display duplicate records?
> Chip Pearson has lots of techniques to work with duplicates:
> http://www.cpearson.com/excel/Duplicates.aspx
>
> Diane K wrote:
>
> --
>
> Dave Peterson
>
> On Wednesday, February 13, 2008 3:46 PM
> Diane K wrote:
>
> Thanks Pete and Dave. That's exactly what I needed!
> Thanks Pete and Dave. That's exactly what I needed!
>
> --
> Diane
>
> Sorry, missed a bracket in the formula:
>
> =IF(OR(A2=A1,A2=A3),"Duplicate","Unique")
>
> Apologies.
>
> Pete
>
> On Friday, February 15, 2008 2:38 AM
> Pete_UK wrote:
>
> You can sort the data by name, so that all identical names cometogether.
> You can sort the data by name, so that all identical names come
> together. Then it is quite easy to introduce a formula like:
>
> =3DIF(OR(A2=3DA1,A2=3DA3,"Duplicate","Unique")
>
> in a helper column in row 2, and then copy this down the column (this
> assumes that names are in column A). You can then fix the values, so
> the description is then tagged with the name.
>
> If the original order of the data is important to you, then you can
> put a simple sequence 1,2,3 etc down another helper column first, and
> then you will be able to re-sort the data back into that order once
> you have done the above.
>
> Hope this helps.
>
> Pete
>
> On Feb 13, 5:54=A0pm, "Diane K" <dkoers_nosp...@comcast.net> wrote:
> ve
> th
>
> On Friday, February 15, 2008 2:38 AM
> Pete_UK wrote:
>
> Sorry, missed a bracket in the
> Sorry, missed a bracket in the formula:
>
> =3DIF(OR(A2=3DA1,A2=3DA3),"Duplicate","Unique")
>
> Apologies.
>
> Pete
>
> have
> with
> or
>
> On Friday, February 15, 2008 2:39 AM
> Pete_UK wrote:
>
> Glad to be of help, Diane - thanks for feeding back.
> Glad to be of help, Diane - thanks for feeding back.
>
> Pete
>
> s
> e
> t
>
> EggHeadCafe - Software Developer Portal of Choice
> Host Winforms App in IE from your web server
> http://www.eggheadcafe.com/tutorials...p-in-ie-f.aspx



 
Reply With Quote
 
ebloch
Guest
Posts: n/a
 
      20th Nov 2009
Free ASAP Utilities has functions for this under "information"

"Julia Vasuta" wrote in message news:(E-Mail Removed)...
> Dear Diane,
>
> You can easily extract duplicate records using Filord utility. All you
> need to do is to save your list as an Excel sheet, install the program and
> run Duplicates function. Find the details at www.filord.com
>
>
>
>
> Diane K wrote:
>
> Display duplicate records?
> 13-Feb-08
>
> I have a list of over 13000 of my customer names. Many of the customers
> have
> the same name, but are at a different address. I need to identify those
> with
> a duplicate name. I don't want to delete them, I just want to highlight or
> otherwise identify them. Any ideas?
>
> --
> Thanks,
> Diane
>
> Previous Posts In This Thread:
>
> On Wednesday, February 13, 2008 12:54 PM
> Diane K wrote:
>
> Display duplicate records?
> I have a list of over 13000 of my customer names. Many of the customers
> have
> the same name, but are at a different address. I need to identify those
> with
> a duplicate name. I don't want to delete them, I just want to highlight or
> otherwise identify them. Any ideas?
>
> --
> Thanks,
> Diane
>
> On Wednesday, February 13, 2008 1:57 PM
> Dave Peterson wrote:
>
> Re: Display duplicate records?
> Chip Pearson has lots of techniques to work with duplicates:
> http://www.cpearson.com/excel/Duplicates.aspx
>
> Diane K wrote:
>
> --
>
> Dave Peterson
>
> On Wednesday, February 13, 2008 3:46 PM
> Diane K wrote:
>
> Thanks Pete and Dave. That's exactly what I needed!
> Thanks Pete and Dave. That's exactly what I needed!
>
> --
> Diane
>
> Sorry, missed a bracket in the formula:
>
> =IF(OR(A2=A1,A2=A3),"Duplicate","Unique")
>
> Apologies.
>
> Pete
>
> On Friday, February 15, 2008 2:38 AM
> Pete_UK wrote:
>
> You can sort the data by name, so that all identical names cometogether.
> You can sort the data by name, so that all identical names come
> together. Then it is quite easy to introduce a formula like:
>
> =3DIF(OR(A2=3DA1,A2=3DA3,"Duplicate","Unique")
>
> in a helper column in row 2, and then copy this down the column (this
> assumes that names are in column A). You can then fix the values, so
> the description is then tagged with the name.
>
> If the original order of the data is important to you, then you can
> put a simple sequence 1,2,3 etc down another helper column first, and
> then you will be able to re-sort the data back into that order once
> you have done the above.
>
> Hope this helps.
>
> Pete
>
> On Feb 13, 5:54=A0pm, "Diane K" <dkoers_nosp...@comcast.net> wrote:
> ve
> th
>
> On Friday, February 15, 2008 2:38 AM
> Pete_UK wrote:
>
> Sorry, missed a bracket in the
> Sorry, missed a bracket in the formula:
>
> =3DIF(OR(A2=3DA1,A2=3DA3),"Duplicate","Unique")
>
> Apologies.
>
> Pete
>
> have
> with
> or
>
> On Friday, February 15, 2008 2:39 AM
> Pete_UK wrote:
>
> Glad to be of help, Diane - thanks for feeding back.
> Glad to be of help, Diane - thanks for feeding back.
>
> Pete
>
> s
> e
> t
>
> EggHeadCafe - Software Developer Portal of Choice
> Host Winforms App in IE from your web server
> http://www.eggheadcafe.com/tutorials...p-in-ie-f.aspx


 
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
VBA to delete Duplicate Records (1 column), before which, non-duplicate data merged into remaining row EagleOne@discussions.microsoft.com Microsoft Excel Programming 6 20th Aug 2009 02:40 AM
How to best approach deleting records with both duplicate a addressand a duplicate name in a large flat file Mike C Microsoft Access 5 17th Mar 2008 01:32 AM
how to display all duplicate records =?Utf-8?B?bXV5Qk4=?= Microsoft Access Queries 2 5th May 2007 07:44 PM
How do I display duplicate records in Excel without deleting? =?Utf-8?B?amtjMQ==?= Microsoft Excel Worksheet Functions 1 23rd Aug 2006 07:18 PM
How To Display Duplicate Records Tiffany P. via AccessMonster.com Microsoft Access Form Coding 1 16th Aug 2005 12:45 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:29 PM.