-
Report as spam
Discussion
-
Post 3 of 4
-
What I do to identify duplicates
-
So, when I want to find duplicates in my excel files, I use the following:
This requires that the data be sorted by the field that you want to check for duplicates as well as having a header row. Say the column is titled "Email". Sort your data by the "Email" column.
Insert a new column directly next to the "Email" column. Name it "Duplicate".
Note: This assumes that the "Email" column is the A column and the "Duplicate" column is the B column.
In B2, use the following formula:
=if(A2=A1, "Duplicate", "Unique")
Fill down to the end of the list - so you should see =if(A3=A2, "Duplicate", "Unique")
etc.
Select the "Duplicate" column. Copy then paste special->Values. Select the column again, go to Format->Conditional Formatting. Set it to "Cell Value is equal to Duplicate. Then select the format to set the pattern to a bright color.
I do formatting part just for a visual reference.
But, once you have the data in the cells, you can sort by the duplicate column and find all of the duplicate records easily.
-
Posted: 03/04/2008 @ 02:51 PM (PST)
-
-
- beegkitty@...
- Job Role: Development Project Management
- Location: Tracy, California
- Member since: 03/04/2008
-
View Profile
| Send Message
SponsoredWhite Papers, Webcasts, and Downloads
- Achieving Cost and Resource Savings with UC white paper Microsoft Read how UC can help your company save by reducing out-of-pocket expenses, consolidating communications infrastructure, and leveraging human capital.
Download Now
- Easily Monitor Virtual/Physical/Cloud and Save Budget. up.time - Free Trial Uptime Software Easily manage, measure, and monitor all your physical, virtual, and cloud assets across platforms, applications, domains, and multiple datacenters.
Download Now
- Top 7 Things You Should Know About Activation and Genuine Windows Microsoft Learn the top 7 things you need to know about volume activation, including product keys, experience, deployment, virtualization, resources and more.
Download Now
Essential Topics 
White Papers, Webcasts, and Downloads
Browse by Tag
-
networking
- Popular tags:
windows,
software,
hardware,
security,
it management
-
e-mail
- Popular tags:
windows,
software,
networking,
security,
hardware
-
hardware
- Popular tags:
windows,
software,
networking,
it management,
security
-
programming
- Popular tags:
software,
windows,
networking,
hardware,
it management
-
software
- Popular tags:
windows,
hardware,
networking,
programming,
it management
-
windows
- Popular tags:
software,
networking,
hardware,
security,
it management
-
linux
- Popular tags:
software,
windows,
networking,
hardware,
security
-
it management
- Popular tags:
networking,
windows,
software,
security,
hardware
-
career
- Popular tags:
it management,
networking,
software,
windows,
feedback
-
security
- Popular tags:
networking,
windows,
software,
it management,
hardware
-
off-topic
- Popular tags:
software,
windows,
hardware,
feedback,
networking
-
feedback
- Popular tags:
software,
windows,
hardware,
networking,
it management
-
project management
- Popular tags:
it management,
software,
networking,
windows,
programming
