Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 16
Default Tracking unduplicated clients

Each clients has a unique number. Throughout a year they participate in different activities coded e.g. IS, CM, SW. They may participate in only one or all three of the activities.
I need to come up with the annual report that would track unduplicated number of clients served in each of these activities.
Any suggestions on how to do this would be highly appreciated.

Thank you, Artur
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 99
Default Tracking unduplicated clients

hi Artur,

eg for counting unduplicated number of clients of "CM"
it is an array formula to insert with CTRL+Shift+Enter
=COUNT(IF((B1:B100="CM")*(A1:A1000)*(ROW(A1:A100) ),1/FREQUENCY(MATCH(A1:A100&B1:B100,A1:A100&B1:B100,0) ,ROW(INDIRECT("1:"&ROWS(A1:A100))))))

isabelle

Le 2015-10-12 19:41, rtour957 a écrit :
Each clients has a unique number. Throughout a year they participate in
different activities coded e.g. IS, CM, SW. They may participate in only
one or all three of the activities.
I need to come up with the annual report that would track unduplicated
number of clients served in each of these activities.
Any suggestions on how to do this would be highly appreciated.

Thank you, Artur




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
how do i get an unduplicated count when my cells are names Brenda Setting up and Configuration of Excel 1 January 13th 10 10:43 PM
14 Clients Michell Major Excel Discussion (Misc queries) 4 October 18th 06 12:28 PM
How to insert tracking numbers into my webpage for RMA tracking wiglady Excel Discussion (Misc queries) 0 April 4th 06 12:44 PM
Match a name to all clients? Dixie Excel Worksheet Functions 3 April 30th 05 03:28 AM
Distributing a VBA app to clients... licensing? Kenneth E. Coakley Excel Programming 5 November 15th 03 12:30 AM


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