Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
No_name
 
Posts: n/a
Default Counting Duplicate Entries

Good morning, everyone!

I have a formula where I need to count the number of duplcate entries for a
particular name where it matches up with a particular country. See below:

Column A Column E
----------------------------------------

Australia AB 111
Australia XXX 011
Australia AC 211
Australia XXX 011
India XXAE 211
India AB 111

I need to make the answer say Australia has 3 unique entries for Column E.

Can anyone assist?

Thanks!
Stacy
  #2   Report Post  
Domenic
 
Posts: n/a
Default

Try...

=SUM(IF(FREQUENCY(IF((A1:A6<"")*(A1:A6="Australia "),MATCH(E1:E6,E1:E6,0)
),ROW(E1:E6)-ROW(E1)+1)0,1))

or

=COUNT(1/FREQUENCY(IF((A1:A6<"")*(A1:A6="Australia"),MATCH (E1:E6,E1:E6,0
)),ROW(E1:E6)-ROW(E1)+1))

Both formulas need to be confirmed with CONTROL+SHIFT+ENTER, not just
ENTER.

Hope this helps!

In article ,
"No_name" wrote:

Good morning, everyone!

I have a formula where I need to count the number of duplcate entries for a
particular name where it matches up with a particular country. See below:

Column A Column E
----------------------------------------

Australia AB 111
Australia XXX 011
Australia AC 211
Australia XXX 011
India XXAE 211
India AB 111

I need to make the answer say Australia has 3 unique entries for Column E.

Can anyone assist?

Thanks!
Stacy

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
problem tagging duplicate entries julz Excel Worksheet Functions 5 June 30th 05 01:59 AM
Deleting duplicate entries in an Excel list ticephotos Excel Worksheet Functions 5 May 3rd 05 08:44 PM
count duplicate (or, inversely, unique) entries, but based on a condition markx Excel Worksheet Functions 3 March 8th 05 06:57 PM
Counting unique entries in column A but only if specific values appear in columns B and C markx Excel Worksheet Functions 1 February 10th 05 11:52 AM
Add numbers for duplicate entries then delete Chillygoose Excel Worksheet Functions 1 November 2nd 04 04:35 PM


All times are GMT +1. The time now is 09:11 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"