PC Review


Reply
Thread Tools Rate Thread

How can I find duplicates in one column of an exel spreadsheet?

 
 
=?Utf-8?B?QmlsbCBpbiBXaWNoaXRh?=
Guest
Posts: n/a
 
      12th Jul 2006
I have a spreadsheet with over 2000 rows of data I would like to quickly
isolate those with duplicate names or phone numbers. Can I do this in Filter?
I know I can eliminate duplicates but I want to find them.
 
Reply With Quote
 
 
 
 
Nick Hodge
Guest
Posts: n/a
 
      12th Jul 2006
Bill

If you just want to identify them and we'll say they are in A1:A2000 then in
a spare column alongside enter

=COUNTIF($A$1:$A$2000,A1)

and copy down

This will give you the number of times they appear in the list and you can
autofilter or sort on that

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
www.nickhodge.co.uk
(E-Mail Removed)HIS


"Bill in Wichita" <Bill in (E-Mail Removed)> wrote in
message news:F5ED130B-6693-408B-97D7-(E-Mail Removed)...
>I have a spreadsheet with over 2000 rows of data I would like to quickly
> isolate those with duplicate names or phone numbers. Can I do this in
> Filter?
> I know I can eliminate duplicates but I want to find them.



 
Reply With Quote
 
=?Utf-8?B?TWFyY2Vsbw==?=
Guest
Posts: n/a
 
      12th Jul 2006
Hi Bill,

try to use a pivot table

hth
regards from Brazil
Marcelo

"Bill in Wichita" escreveu:

> I have a spreadsheet with over 2000 rows of data I would like to quickly
> isolate those with duplicate names or phone numbers. Can I do this in Filter?
> I know I can eliminate duplicates but I want to find them.

 
Reply With Quote
 
=?Utf-8?B?Vmllc3RhV3U=?=
Guest
Posts: n/a
 
      13th Jul 2006
Actually, I had the same problem once.

First I did sort by this column. Suppose your column is A. on one empty
column, for example E, in cell E2 put formula =If(A1=A2, 1, 0), and extend to
all of the column E. Then all of the duplicated records will be found. sum of
column E, you will know how many duplicates you've got.

Hope it can send you help!

Viesta
Shanghai, CN

"Bill in Wichita" wrote:

> I have a spreadsheet with over 2000 rows of data I would like to quickly
> isolate those with duplicate names or phone numbers. Can I do this in Filter?
> I know I can eliminate duplicates but I want to find them.

 
Reply With Quote
 
=?Utf-8?B?Vmlq?=
Guest
Posts: n/a
 
      27th Oct 2006
This will give comparision result to one particular cell. What about other
duplicate values.

Thank You
Vij

"ViestaWu" wrote:

> Actually, I had the same problem once.
>
> First I did sort by this column. Suppose your column is A. on one empty
> column, for example E, in cell E2 put formula =If(A1=A2, 1, 0), and extend to
> all of the column E. Then all of the duplicated records will be found. sum of
> column E, you will know how many duplicates you've got.
>
> Hope it can send you help!
>
> Viesta
> Shanghai, CN
>
> "Bill in Wichita" wrote:
>
> > I have a spreadsheet with over 2000 rows of data I would like to quickly
> > isolate those with duplicate names or phone numbers. Can I do this in Filter?
> > I know I can eliminate duplicates but I want to find them.

 
Reply With Quote
 
Peggy
Guest
Posts: n/a
 
      2nd Jun 2008
But of course! Thanks - you saved me! Forget the pivotal tables and the
formulas. This is much easier.
Peggy

"ViestaWu" wrote:

> Actually, I had the same problem once.
>
> First I did sort by this column. Suppose your column is A. on one empty
> column, for example E, in cell E2 put formula =If(A1=A2, 1, 0), and extend to
> all of the column E. Then all of the duplicated records will be found. sum of
> column E, you will know how many duplicates you've got.
>
> Hope it can send you help!
>
> Viesta
> Shanghai, CN
>
> "Bill in Wichita" wrote:
>
> > I have a spreadsheet with over 2000 rows of data I would like to quickly
> > isolate those with duplicate names or phone numbers. Can I do this in Filter?
> > I know I can eliminate duplicates but I want to find them.

 
Reply With Quote
 
GRM
Guest
Posts: n/a
 
      14th Jul 2009


"Bill in Wichita" wrote:

> I have a spreadsheet with over 2000 rows of data I would like to quickly
> isolate those with duplicate names or phone numbers. Can I do this in Filter?
> I know I can eliminate duplicates but I want to find them.

 
Reply With Quote
 
gregtops
Guest
Posts: n/a
 
      25th Sep 2009
Bewdy Nick, Simple and works a charm

"Nick Hodge" wrote:

> Bill
>
> If you just want to identify them and we'll say they are in A1:A2000 then in
> a spare column alongside enter
>
> =COUNTIF($A$1:$A$2000,A1)
>
> and copy down
>
> This will give you the number of times they appear in the list and you can
> autofilter or sort on that
>
> --
> HTH
> Nick Hodge
> Microsoft MVP - Excel
> Southampton, England
> www.nickhodge.co.uk
> (E-Mail Removed)HIS
>
>
> "Bill in Wichita" <Bill in (E-Mail Removed)> wrote in
> message news:F5ED130B-6693-408B-97D7-(E-Mail Removed)...
> >I have a spreadsheet with over 2000 rows of data I would like to quickly
> > isolate those with duplicate names or phone numbers. Can I do this in
> > Filter?
> > I know I can eliminate duplicates but I want to find them.

>
>
>

 
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
Find duplicates in a column rock Microsoft Excel New Users 1 21st Aug 2009 09:04 AM
compare data in column A with column B to find duplicates George Microsoft Excel Misc 8 6th Feb 2009 03:53 PM
Find duplicates, sum column then delete duplicates aileen Microsoft Excel Programming 3 11th Dec 2008 05:03 PM
Find duplicates in the same column carlos32202 Microsoft Excel Misc 1 20th May 2004 05:33 PM
Find Duplicates in a column greg Microsoft Excel Worksheet Functions 2 25th Feb 2004 07:42 AM


Features
 

Advertising
 

Newsgroups
 


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