Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How can I find duplicates in one column of an exel spreadsheet?

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.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,047
Default How can I find duplicates in one column of an exel spreadsheet?

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.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,173
Default How can I find duplicates in one column of an exel spreadsheet?

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
HIS


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



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How can I find duplicates in one column of an exel spreadsheet

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
HIS


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




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 48
Default How can I find duplicates in one column of an exel spreadsheet?

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.



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Vij Vij is offline
external usenet poster
 
Posts: 2
Default How can I find duplicates in one column of an exel spreadsheet

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.

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 47
Default How can I find duplicates in one column of an exel spreadsheet

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.

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
GRM GRM is offline
external usenet poster
 
Posts: 1
Default How can I find duplicates in one column of an exel spreadsheet?



"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
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
Find a string within a column Rookie_User Excel Discussion (Misc queries) 8 March 17th 06 02:12 PM
Macro to find text string in a column and paste data in another nicolascap Excel Discussion (Misc queries) 8 March 14th 06 03:13 PM
Lookup Table Dilemma Karen Excel Worksheet Functions 2 June 10th 05 08:22 PM
How do I find a column entry closest to a particular value feman007 Excel Discussion (Misc queries) 1 March 8th 05 10:22 PM
need to find which numbers (3+) in a column sum to a value Devin Excel Discussion (Misc queries) 1 February 11th 05 10:30 PM


All times are GMT +1. The time now is 06:20 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"