Counting instances of Specific column entry combinations

B

bryang

Hello,

I have a spreadsheet that contains member IDs in one column along wit
up to four potential Certifications per member ID. At the moment, eac
member ID can have up to four entries, depending on how man
certifications a member has purchased.

I need to get a count of how many of each possible certificatio
combination there are.

Here is an example of the data:

Member A Certification 1
Member A Certification 2
Member A Certification 3
Member B Certification 1
Member B Certification 3
Member C Certification 2
Member C Certification 3
Member C Certification 4

So, in the above example, member A bought certification combinatio
(1,2,3), member b bought combination (1,3) and member C bough
combination (2,3,4). Thus, Iif I were counting the differen
combinations, I'd have one for (1,2,3), 1 for (1,3) and 1 for (2,3,4)
basically I need a total of each of the combinations purchased.

Is there an easy way of getting the combinations from being one per ro
to being in columns across from the member ID so that Member A woul
read like this:

Member A Certification 1 Certification 2 Certification 3

Alternately, is there an easy way to sum each of the unique combination
and count them?

I have over 300,000 rows in the spreadsheet, so I need an easier wa
than counting manually
 
C

Claus Busch

Hi,

Am Thu, 10 May 2012 14:48:38 +0000 schrieb bryang:
Member A Certification 1
Member A Certification 2
Member A Certification 3
Member B Certification 1
Member B Certification 3
Member C Certification 2
Member C Certification 3
Member C Certification 4

So, in the above example, member A bought certification combination
(1,2,3), member b bought combination (1,3) and member C bought
combination (2,3,4). Thus, Iif I were counting the different
combinations, I'd have one for (1,2,3), 1 for (1,3) and 1 for (2,3,4) -
basically I need a total of each of the combinations purchased.

try it with pivottable


Regards
Claus Busch
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top