我需要从第 1 列查找姓名,然后对第 2 列中的数字求和。第 1 列中的某些姓名出现不止一次。(我正在处理的电子表格有 7400 行!!!)
例子:
Column A ColumnB
Nad 10
Baz 15
Nad 50
Nad 5
Baz 45
Baz 10
Ash 15
Ash 25
每个名字总共有多少个数字。所以对于 Nad 来说应该是:65
答案1
您正在寻找的呼叫分组数据透视表:
在数据透视表的行和列标签区域中,您可以按自定义方式对字段中的项目进行分组。对数据进行分组可以帮助您隔离满足特定需求的数据子集,而这些数据子集无法通过其他方式(例如排序和筛选)轻松分组。
Group numeric items
Select the numeric field in the PivotTable report that you want to group.
On the Options tab, in the Group group, click Group Field.
In the Starting at box, enter the first item to group.
In the Ending at box, enter the last item to group.
In the By box, type a number that represents the interval included in each group.
答案2
您需要的是数据整合。
- 单击当前工作表中想要放置结果的单元格。
- 点击
Data > Consolidate
Function
从下拉列表中选择总和- 在
reference
字段中,选择源数据范围(您可以选择列标签作为选项) - (如果您已经选择了带有列标签的数据)勾选相关的复选框:
Use labels
在Top row
和Left column
- 单击“确定”
有关屏幕截图的更详细说明,请参阅