用于计算每个销售员的唯一客户数的Excel公式是什么? [英] What is the Excel formula to count the number of unique customers per salesperson?

查看:128
本文介绍了用于计算每个销售员的唯一客户数的Excel公式是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请参见下图.我使用以下公式对表的总行中的唯一客户数进行计数:

See image below. I use the following formula to count the number of unique customers on the total row of the table:

=SUMPRODUCT( -- (FREQUENCY(MATCH(C14:C20,C14:C20,0),ROW(C14:C20)-ROW(C14)+1)>0))

但是我需要一个略有不同的公式,以便在表格外的摘要"部分中按销售员计算唯一客户.

But I need a slightly different formula to count unique customers by salesperson for my summary section outside of the table.

图片:Excel示例表和摘要部分-需要在黄色突出显示的单元格中添加公式

推荐答案

在C8中尝试一下,

=SUMPRODUCT((B$14:B$20=$B8)/(COUNTIFS(C$14:C$20, C$14:C$20, B$14:B$20, $B8)+(B$14:B$20<>$B8)))

填写.

这篇关于用于计算每个销售员的唯一客户数的Excel公式是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆