Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding unique names--then converting those names to unique number | Excel Discussion (Misc queries) | |||
unique count with conditions | Excel Worksheet Functions | |||
Unique Entries with Conditions | Excel Worksheet Functions | |||
Sum unique with conditions | Excel Worksheet Functions | |||
count unique with conditions | Excel Worksheet Functions |