简体   繁体   English

=COUNTIFS(CONCATENATE('销售代表':F,F,“<>”:Customer!E:E))

[英]=COUNTIFS(CONCATENATE('Sales Rep'!F:F,“<>”,Customer!E:E))

Among the customers for each sales rep, count the number of customers who are not in the same state as the sales rep in the CustDiffState column in the Sales Rep worksheet.在每个销售代表的客户中,计算与销售代表工作表中 CustDiffState 列中的销售代表不在同一 state 中的客户数量。 (Hint: concatenate the "not equal to" operator, "<>", with the state of each sales rep as one of the criteria.) formula I have come up with so far, =COUNTIFS(CONCATENATE('Sales Rep':F,F,"<>":Customer!E:E)) (提示:将“不等于”运算符“<>”与每个销售代表的 state 作为标准之一连接起来。)到目前为止我提出的公式 =COUNTIFS(CONCATENATE('Sales Rep': F,F,"<>":客户!E:E))

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM