Counting the Number of Unique Items Sold by Each Salesperson

Problem:

Columns A:B contain a list of items sold and the ID of the salesperson who sold each of them.
We want to count the number of different items sold by each salesperson listed in column D.

Solution:

Use the SUM, MMULT, IF, and TRANSPOSE functions as shown in the following Array formula:
{=SUM(($A$2:$A$13=D2)/(($A$2:$A$13<>D2)+MMULT(--(IF($A$2:$A$13=D2,$B$2:$B$13)=TRANSPOSE($B$2:$B$13)),--($A$2:$A$13=D2))))}

Leave a Reply

Your email address will not be published. Required fields are marked *

Terms and Conditions of use

The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.