Re: Finding duplicate names
From: Max (demechanik_at_yahoo.com)
Date: 06/09/04
- Next message: Debra Dalgleish: "Re: Opening Microsoft works files with excel"
- Previous message: Dave Peterson: "Re: Finding duplicate names"
- In reply to: Matt in AZ: "Finding duplicate names"
- Next in thread: Matt in AZ: "Re: Finding duplicate names"
- Reply: Matt in AZ: "Re: Finding duplicate names"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 9 Jun 2004 10:05:12 +0800
Try this ..
Assuming the data in cols A and B are in row1 down
Put in C1: =TRIM(A1&" "&B1)
Put in D1:
=IF(COUNTIF($C$1:C1,C1)>1,"Duplicate","Not a Duplicate")
Select C1:D1 and copy down
For the sample data in your post
C1:D4 will now contain:
Jen Black....Not a Duplicate
Jack Black..Not a Duplicate
Jen white.....Not a Duplicate
Jen white.....Duplicate
Think the first occurence of "Jen white" should rightly tag as
"Not a Duplicate" instead of "Duplicate"
(as indicated in your post)
-- Rgds Max xl 97 --- Please respond in thread xdemechanik <at>yahoo<dot>com ---- "Matt in AZ" <anonymous@discussions.microsoft.com> wrote in message news:85A1AC52-21E3-4AB8-8F19-F8E9845528F6@microsoft.com... > Okay, I got a list of people's names. Column A are first names. Column B is last names. In colum C I need a formula that will put the word duplicate if the last names and first names are the same. This is the formual that I think can be modified, but I'm not sure how to modify it: > > =IF(COUNTIF(Range1,???)>1,"Duplicate","Not a Duplicate") > > This is kind of what I want: > Column A Column B Column C > Jen Black Not a duplicate > Jack Black Not a duplicate > Jen white Duplicate > Jen white Duplicate >
- Next message: Debra Dalgleish: "Re: Opening Microsoft works files with excel"
- Previous message: Dave Peterson: "Re: Finding duplicate names"
- In reply to: Matt in AZ: "Finding duplicate names"
- Next in thread: Matt in AZ: "Re: Finding duplicate names"
- Reply: Matt in AZ: "Re: Finding duplicate names"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|