I have a list of application with customer names and their phone numbers. The reality is that some people reapply with the same phone number, others using a different phone number and - contrary - some phones are shared by two or more people. Thus I'm having a list like that:
[TABLE="width: 128"]
[TD="width: 64"]Col. A
[/TD]
[TD="width: 64"]Col. B
[/TD]
Kowalski
[/td]
[TD="align: right"]156[/TD]
Nowak
[/td]
[TD="align: right"]625[/TD]
Malinowski
[/td]
[TD="align: right"]259[/TD]
Kowalski
[/td]
[TD="align: right"]325[/TD]
Malinowski
[TD="align: right"]259[/TD]
Jaruzelski
[/td]
[TD="align: right"]223[/TD]
[/TABLE]
Would someone please suggest a function to count number of phones used by a single name? I've tried to do it with pivot table (names in rows and sum of phone instances) but it doesn't seem to work, as it counts numbers regardless of the fact they are the same.