数据透视表和数据交叉表
关闭数据透视表小计 (Turn Off Pivot Table Subtotals)

When you add field to the Row or Column area of a pivot table, subtotals automatically appear in the outer fields. For example, in the following pivot table, Region and Employee are the outer fields, and show subtotals. Here's how you can turn off pivot table subtotals for some fields.
将字段添加到数据透视表的“行”或“列”区域时,小计会自动显示在外部字段中。 例如,在下面的数据透视表中,Region和Employee是外部字段,并显示小计。 以下是您可以关闭某些字段的数据透视表小计的方法。
数据透视表小计 (Pivot Table Subtotals)

在Excel 2007中删除小计 (Remove Subtotals in Excel 2007)
In Excel 2007 you can turn off all subtotals for the active pivot table, and prevent new subtotals from appearing:
在Excel 2007中,您可以关闭活动数据透视表的所有小计,并防止出现新的小计:
- Select a cell in the pivot table 在数据透视表中选择一个单元格
- On the Ribbon, click the Design tab 在功能区上,单击“设计”选项卡
- In the Layout group, click Subtotals, and click Do Not Show Subtotals. 在“布局”组中,单击“小计”,然后单击“不显示小计”。

However, there's no setting you can change to make this the default behaviour for all pivot tables.
但是,没有任何设置可以更改以使其成为所有数据透视表的默认行为。
在Excel 2003中删除小计 (Remove Subtotals in Excel 2003)
In earlier versions of Excel, you have to turn off the subtotal for each field individually, either manually or programmatically.
在早期版本的Excel中,您必须手动或以编程方式分别关闭每个字段的小计。
To manually turn off a field's subtotals:
要手动关闭字段的小计:
- Double-click the field button, to open the PivotTable Field dialog box. 双击字段按钮,以打开“数据透视表字段”对话框。
- Under Subtotals, click None, then click OK. 在“小计”下,单击“无”,然后单击“确定”。

以编程方式删除小计 (Programmatically Remove Subtotals)
To make it easier to remove all the subtotals in Excel 2003, there's a subtotals command in my Pivot Table Add-in.
为了更轻松地删除Excel 2003中的所有小计,我的数据透视表加载项中有一个小计命令。
数据透视表和数据交叉表