Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,203
Default Identify Duplicates in a List

A couple of 'helper' columns could do the trick for you. Assuming that first
name is in A and last name is in B, and that columns V and W are available to
use as helper columns. Also assuming your list goes from row 2 to 4002, then

In V2 put the formula
= A2 & B2
which will give you the first and last name joined as "FirstLast"
Fill that formula down for all rows involved.

Then in W2 put this formula
=IF(COUNTIF($V$2:$V$4002,W2)1,"Duplicated","")
Again, fill the formula down for all rows used.

Then you can filter on the word "Duplicated" in column W. Would even help
more if you sort all of your data by column V if possible to get duplicate
names on adjacent rows so you can work with them easier, or not.

Hope this helps some


"BStacy" wrote:

I have a spreadsheet will approximately 4,000 names, along with addresses,
and various other information.

I need to identify duplication in the First Name, Last Name fields only.
Advanced Filter only identifies duplication if the entire record is
identical. How can I identify (and not delete) duplicates for the First and
Last Name fields only?

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
Condensing a list with duplicates to a list with non-duplicates Nuclear Excel Worksheet Functions 2 July 29th 08 08:03 PM
how to identify unique list of 200 random entries from a list of 3 tjb Excel Worksheet Functions 3 August 13th 07 02:15 PM
Identify & List unique values from a list using functions/formulas momtoaj Excel Worksheet Functions 3 May 31st 07 06:18 PM
identify duplicates and sum corresponding values Amanda Excel Worksheet Functions 5 April 30th 07 04:45 AM
identify duplicates 5thsun7thchild Excel Discussion (Misc queries) 1 September 1st 05 04:06 PM


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