Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default Can "countifs" be utilized to return a count of unique values?

I am using Excel 2007. In the example below I need to return a count of "2"
for each of the unique data elements in column "B" based on the values in
column "A". Repetitive column "A" data should only be counted once per
associated data in column "B". The data below is an excerpt from a
spreadsheet of over 9000 rows of similar data in which I need to return
counts on column "B".

Is this possible?

A B C
contact_id Completed By description
20LNWTGITX GARCIA, DEBORAH Indirect Confirmation
20LNWTGITX GARCIA, DEBORAH No Confirmation Made
B21T9A55B1 GARCIA, DEBORAH Direct Confirmation
WVYLBERITX HARRIS, CHARMAINE No Confirmation Made
WVYLBERITX HARRIS, CHARMAINE No Confirmation Made
BQFWA3AEM1 HARRIS, CHARMAINE Voicemail Confirmation
34V75WIITX SEIBLY, RONALD Direct Confirmation
20LNWTGITX SEIBLY, RONALD Indirect Confirmation
20LNWTGITX SEIBLY, RONALD No Confirmation Made

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Can "countifs" be utilized to return a count of unique values?

See your other post..

With data from A2 to C10 with no blank rows try the below formula...You can
reference the name to a cell..Please note that this is an array formula. You
create array formulas in the same way that you create other formulas, except
you press CTRL+SHIFT+ENTER to enter the formula. If successful in 'Formula
Bar' you can notice the curly braces at both ends like "{=<formula}"

=SUM(N(FREQUENCY(IF((B2:B10="Garcia, deborah"),
MATCH(A2:A10,A2:A10,)),MATCH(A2:A10,A2:A10,))0))

If this post helps click Yes
---------------
Jacob Skaria


"ascottbag-hcm" wrote:

I am using Excel 2007. In the example below I need to return a count of "2"
for each of the unique data elements in column "B" based on the values in
column "A". Repetitive column "A" data should only be counted once per
associated data in column "B". The data below is an excerpt from a
spreadsheet of over 9000 rows of similar data in which I need to return
counts on column "B".

Is this possible?

A B C
contact_id Completed By description
20LNWTGITX GARCIA, DEBORAH Indirect Confirmation
20LNWTGITX GARCIA, DEBORAH No Confirmation Made
B21T9A55B1 GARCIA, DEBORAH Direct Confirmation
WVYLBERITX HARRIS, CHARMAINE No Confirmation Made
WVYLBERITX HARRIS, CHARMAINE No Confirmation Made
BQFWA3AEM1 HARRIS, CHARMAINE Voicemail Confirmation
34V75WIITX SEIBLY, RONALD Direct Confirmation
20LNWTGITX SEIBLY, RONALD Indirect Confirmation
20LNWTGITX SEIBLY, RONALD No Confirmation Made

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
Count letter"B" in one column based on unique value among duplicat Mero Excel Worksheet Functions 4 May 21st 09 12:26 PM
=COUNTIFS(M3:M17,"=MAN",P3:P17,"=2000")+(COUNTIFS(M3:M17,"=LHR",P Shahzad Excel Worksheet Functions 1 July 2nd 08 08:39 AM
"--" (was "DCOUNT Unique Values") Wilba Excel Worksheet Functions 2 November 3rd 07 12:50 AM
Check if cells contain the word "Thailand", return "TRUE" ali Excel Worksheet Functions 7 September 14th 07 09:53 AM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM


All times are GMT +1. The time now is 07:05 AM.

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"