Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
skippy_prine
 
Posts: n/a
Default How do I look for dupliactes within the same file?

I am trying to spot possible duplicate numbers in a ver large file. Is there
a formaula I could use to make sure none of these 13 digit account numbers
are listed twice within the same file?
  #2   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default How do I look for dupliactes within the same file?

If this is something you have to do regularly, Jim Cone's commercial Add-in
called XLConpanion makes this job a breeze............


Vaya con Dios,
Chuck, CABGx3




"skippy_prine" wrote:

I am trying to spot possible duplicate numbers in a ver large file. Is there
a formaula I could use to make sure none of these 13 digit account numbers
are listed twice within the same file?

  #3   Report Post  
Posted to microsoft.public.excel.misc
Suresh
 
Posts: n/a
Default How do I look for dupliactes within the same file?

A quick solution: Sort the entire data by the field you want to find. add a
helper column put a formula to check if the adjacent cells are the same like
=A1=A2. If you copy this down the column, all duplicates will show a True.
Put an auto filter. Filter for true and delete those rows. What you will be
left with will be only unique records. There may be a better/easier solution
available which I am not aware
of.
"skippy_prine" wrote:

I am trying to spot possible duplicate numbers in a ver large file. Is there
a formaula I could use to make sure none of these 13 digit account numbers
are listed twice within the same file?

  #4   Report Post  
Posted to microsoft.public.excel.misc
Sloth
 
Posts: n/a
Default How do I look for dupliactes within the same file?

=SUMIF(A:A,"="&A1)/A1
will tell you how many times A1 appears in the list.

But you would probably like conditional formating better. Highlight the
list and select Format-Conditional Formatting and select "Formula Is".
Insert this formula
=SUMIF(A:A,"="&A1)/A11
and format it with something obvious like a green background color. Include
both the '=' and the '' signs. A1 is the top-left cell in the highlighted
area. Click "Okay". Every duplicate will now be highlighted green. Hope
this helps.

"skippy_prine" wrote:

I am trying to spot possible duplicate numbers in a ver large file. Is there
a formaula I could use to make sure none of these 13 digit account numbers
are listed twice within the same file?

  #5   Report Post  
Posted to microsoft.public.excel.misc
Michael
 
Posts: n/a
Default How do I look for dupliactes within the same file?

You can also visit Chip Pearsons' site:
http://www.cpearson.com/excel/duplicat.htm

--
Sincerely, Michael Colvin


"skippy_prine" wrote:

I am trying to spot possible duplicate numbers in a ver large file. Is there
a formaula I could use to make sure none of these 13 digit account numbers
are listed twice within the same file?



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
Double-clicking .xls file opens Excel but doesn't open the file DG Excel Discussion (Misc queries) 4 January 6th 06 02:20 AM
Links picking up values from an older version of linked file Cate Links and Linking in Excel 4 October 20th 05 01:53 PM
VBA for Excel 2000 file is corrupt nkamp Excel Discussion (Misc queries) 0 May 26th 05 03:37 PM
Opening a file with code without a set file name jenkinspat Excel Discussion (Misc queries) 1 March 3rd 05 03:40 PM
File asks to update when no links were created Dave Links and Linking in Excel 1 December 16th 04 08:10 PM


All times are GMT +1. The time now is 04:32 PM.

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"