【发布时间】:2020-10-03 09:26:42
【问题描述】:
Find duplicates in one column then sum quantities into another column
DATA RESULT
A 1 A 11
A 1 B 7
A 9 C 5
B 2 D 4
B 2 E 8
B 3
C 5
D 4
E 7
E 1
【问题讨论】:
-
数据透视表或 Power Query
-
我试过countif,但我没有想出任何有效的方法。但这可能归咎于我的无能。
-
对不起,这是SUMIF function。我总是混淆他们。如果你仍然不能让它工作,给我你正在使用的范围的地址(数据和结果列表)。
标签: excel