根据两个条件排除重复

时间:2019-02-05 16:33:23

标签: excel duplicates repeat

我如何使用excel根据400多个房屋找到重复的来宾,但这些房屋是唯一的。

示例

House A Customer A    
House A Customer A     
House A Customer B    
House A Customer B    
House B Customer A     
House B Customer B    
House B Customer B

我想查找仅在A房,仅在B房等地方重复的人

2 个答案:

答案 0 :(得分:0)

像这样使用countifs()函数:

enter image description here

我假设房屋X在A列中,客户X在B列中...

答案 1 :(得分:0)

数据透视表将执行此操作。将客户放在行和值中:

enter image description here

或者,如果您希望以其他方式使用它,请在值中放入house并更改顺序:

enter image description here