我有一个问题,我必须在excel数据透视表中显示数据。
我让数据透视表工作正常,但我需要添加一个嵌套在数据透视表最里层的过滤表。
所以看起来应该是这样的:
type1 type2 type3
Level 1 10 11 3
Level 2 5 4 1
Level 3 3 1 1
Item Id: Color: Spelling: Type:
item 1 blue one type1
item 2 green two type1
item 3 brown three type2
item 4 yellow four type3
item 5 white five type1
...
数据透视表会将类型列中的值相加。 在它下面需要复制在Level 3行
中聚合的数据片段数据源是另一个标签中的大型数据表。
我想知道是否可以将此代码段表添加到数据透视表中。
答案 0 :(得分:0)
数据透视表就是这样。为什么不直接将布局更改为Tabular,以便这些标题显示在顶部?