Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Unique Names w/ Conditions

Your help would be GREATLY appreciated.

Here is an example of my spreadsheet:

Name Seen Called Cancelled
Fred *
Kathy *
Shelly *
Kim *
Kathy *
Fred *
Shelly *
Fred *
Kim *
Kathy *

Asterisks are used to indicate the status of each client (Name).
I need a formula (for example) that will tell me how many "Seen"
clients I have (not the # of times they were seen). In this case, the
result would be 4.

Thanks SO much.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Unique Names w/ Conditions

Try this array formula** :

=SUM(IF(FREQUENCY(IF(B2:B11<"",MATCH(A2:A11,A2:A1 1,0)),ROW(A2:A11)-ROW(A2)+1),1))

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT
key then hit ENTER.

Assumes no empty cells in the name range.

--
Biff
Microsoft Excel MVP


"Glempy" wrote in message
...
Your help would be GREATLY appreciated.

Here is an example of my spreadsheet:

Name Seen Called Cancelled
Fred *
Kathy *
Shelly *
Kim *
Kathy *
Fred *
Shelly *
Fred *
Kim *
Kathy *

Asterisks are used to indicate the status of each client (Name).
I need a formula (for example) that will tell me how many "Seen"
clients I have (not the # of times they were seen). In this case, the
result would be 4.

Thanks SO much.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,180
Default Unique Names w/ Conditions

Excel 2007 Pivot Table
Count unique names.
Most complex formula used:
=Seen^0
http://www.mediafire.com/file/nunjudy4q0u/09_07_09.xlsx
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
Finding unique names--then converting those names to unique number Proton Excel Discussion (Misc queries) 7 June 13th 07 10:22 PM
unique count with conditions jogre Excel Worksheet Functions 5 February 13th 07 10:58 PM
Unique Entries with Conditions Rif Excel Worksheet Functions 5 August 2nd 06 07:00 AM
Sum unique with conditions Brian D via OfficeKB.com Excel Worksheet Functions 8 September 29th 05 09:19 PM
count unique with conditions \ditzman via OfficeKB.com\ Excel Worksheet Functions 8 July 8th 05 12:41 PM


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