当前位置:网站首页>Excel PivotTable
Excel PivotTable
2022-07-02 00:41:00 【Begin to change】
Catalog
5、 ... and 、 How values are displayed
8、 ... and 、 Create a combination
One 、 Report layout
1、 Exhibition

2、 step
Create a PivotTable

Set the value of horizontal and vertical coordinates according to the data to be displayed

Modify the name of the value field and the calculation method according to the required data

Be careful : At this time, the values are all amounts , It's just that the calculation method is different , One is summation , One is percentage , One is sorting , That is to say, they are independent of each other ; When they are not independent , That is to say, its value needs to use the data of the previous column , You need to create calculation items or calculation segments ( There are also differences between the two )
Two 、 Calculated field
1、 Exhibition

2、 step
The first steps are the same , Is to create a pivot table ;
Then it's about designing row and column attributes , And the expression of value
The salary adjustment at this time is based on the previous one , So insert calculation fields , The formula is as follows

3、 ... and 、 Calculated items
1、 Exhibition

2、 step


The difference between calculated fields and calculated items :
1、 Different sources :
Calculated field : The calculation field comes from the calculation of the existing fields in the table .
Calculated items : The calculation item comes from the calculation of other items already in the field .
2、 Different applications
Calculated field : The calculation field is applied in the data area , Perform arithmetic operations on existing fields in the data area .
Calculated items : Calculation items are applied to row or column fields , For items that already have row fields in the PivotTable memory cache , Use arithmetic .
3、 Different in nature
Calculated field : The calculated field is a new field .
Calculated items : The calculation item is to insert a new item into an existing field .
Four 、 Subtotal
1、 Exhibition

2、 step

Careful observation shows that the months are not arranged in ascending order , It is 10 month 、11 month 、12 month 、1 month , Because it is not sorted according to the normal number size , At this time, you can only sort manually ;
First select the cell , Then select other sorting in the right-click sorting , Then select manual sorting , In this way, you can drag cells to sort ;


5、 ... and 、 How values are displayed
1、 Exhibition

2、 step
percentage

Difference percentage

7、 ... and 、 Slicer
1、 Exhibition

2、 step
Insert slicer


Slicer Application
Report connection
8、 ... and 、 Create a combination
1、 Exhibition

2、 step
Generated pivot table ( When doing nothing )

grouping

Change the report layout
In addition to the form of display can be designed , You can also check where the summary appears , Whether the total appears and the space
Nine 、 Value summary basis
1、 Exhibition

2、 step

Ten 、 Dynamic PivotTable
1、 Exhibition

2、 step
When the PivotTable data set changes , The pivot table should also change with it ; That is to say, the data source has changed , Not the initial data
At this time, we need to use a business card manager , What the business card manager gets is a dynamic data , Then let the data source be its value
Because the data obtained is multi row and multi column , So you need to use offset function , Take the beginning as the benchmark , Everything is what you want , So the ranks are 0( Can ignore not write ), Then there is the number of rows and columns you need to get ;
The number of rows is dynamic , Now quote counta Function to count its number , The value obtained is the number of rows and columns ;
use COUNTA Because it is not only to calculate the number of values, but also to calculate the number of text
The formula :=OFFSET( Dynamic PivotTable !$A$1,0,0,COUNTA( Dynamic PivotTable !$A:$A),COUNTA( Dynamic PivotTable !$1:$1))



11、 ... and 、GETPIVOTDATA
1、 Exhibition

2、 step
When the pivot table is created , When you want to display it in a table , Its value can be directly expressed as = Then click the desired data to display ( The company automatically completes )
To form a dynamic table , At this time, you only need to set the condition in the formula as the response condition


边栏推荐
- AIX存储管理之总结篇
- It's nothing to be utilitarian!
- Tensorflow tensor convolution, input and convolution kernel dimension understanding
- Gaussdb (for MySQL):partial result cache, which accelerates the operator by caching intermediate results
- Leetcode skimming: stack and queue 03 (valid parentheses)
- Flow control statement of SQL data analysis [if, case... When detailed]
- 【js通过url下载文件】
- 测试员8年工资变动,令网友羡慕不已:你一个月顶我一年工资
- Weather forecast applet source code weather wechat applet source code
- Ldr6035 smart Bluetooth audio can continuously charge and discharge mobile devices
猜你喜欢

2022 low voltage electrician examination questions and answers

Gaussdb (for MySQL):partial result cache, which accelerates the operator by caching intermediate results

九州云与英特尔联合发布智慧校园私有云框架,赋能教育新基建

ThreadLocal内存泄漏是什么,怎么解决

excel数据透视表

Promise and modular programming

sso单点登录的实现。

What is ThreadLocal memory leak and how to solve it

Using multithreaded callable to query Oracle Database

AIX存储管理之逻辑卷的创建及属性的查看和修改
随机推荐
Window sorting functions rank and deny for SQL data analysis_ rank、raw_ Number and lag, lead window offset function [usage sorting]
AIX存储管理之总结篇
Node——添加压缩文件
Intelligent operation and maintenance practice: banking business process and single transaction tracking
Leetcode skimming: stack and queue 01 (realizing queue with stack)
Barbie q! How to analyze the new game app?
Upgraded wechat tool applet source code for mobile phone detection - supports a variety of main traffic modes
cookie、session、tooken
export default 导出的对象,不能解构问题,和module.exports的区别
Qt5.12.9 migration tutorial based on Quanzhi H3
Leetcode question brushing: stack and queue 07 (maximum value of sliding window)
You probably haven't noticed the very important testing strategy in your work
Leetcode skimming: stack and queue 04 (delete all adjacent duplicates in the string)
JS——图片转base码 、base转File对象
Bc35 & bc95 onenet mqtt (old)
Heketi record
2023款雷克萨斯ES产品公布,这回进步很有感
Take the enclave Park as a sample to see how Yuhua and Shaoshan play the song of Chang Zhu Tan integrated development
RFID makes the inventory of fixed assets faster and more accurate
B tree and b+tree of MySQL