![]() |
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. |
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. |
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 |
All times are GMT +1. The time now is 07:23 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com