当前位置:网站首页>[excel] PivotChart
[excel] PivotChart
2022-07-04 05:37:00 【When camellia flowers bloom.】
The PivotChart is Excel A very convenient dynamic chart tool
When we need to carry out data statistics and analysis according to the data source with a large amount of data , You can use PivotTables with PivotCharts , With the help of PivotChart to meet the needs of various visual display and data analysis
We can directly create a PivotChart according to the PivotTable , The PivotTable and PivotChart generated in this way share a data cache , It can automatically realize linkage update
This article exercises the data source of PivotChart
PivotChart ( data source )
https://download.csdn.net/download/Hudas/85504246?spm=1001.2014.3001.5503
An enterprise 2020 Annual sales data is placed in " data source " In the worksheet , Part of the data is shown in the figure below :

problem 1: Check all months of the year according to the above data sources (1 month -12 month ) Changes in sales Trends
Ideas : Use Broken line diagram Meet the display needs of sales trends
1. Create a PivotTable report based on the data source , The results are shown in the following figure :

2. Create a PivotChart

3. The PivotTable created is as follows , The position of the chart 、 Size and various chart elements support custom settings , The chart type can also be changed as needed

problem 1.2: Check the sales comparison between months
Ideas : The above line chart can be changed to Bar charts

Be careful
What we use here " PivotChart tools " Tabs are contextual tabs , Only when PivotChart is selected will it be displayed on the ribbon , When you navigate to a blank cell , This tab is automatically hidden
The PivotChart after changing the chart type is as follows :

According to the actual demand , Flexibly change the chart type of PivotChart , Meet various data analysis needs of users
problem 2: Beautify the PivotChart
1. Select PivotChart , single click " Design " tab , stay " Chart style " To choose from , When the mouse pointer hovers over the chart style , The chart preview of this style will be displayed automatically , Click the chart style to automatically beautify the PivotChart

2. The PivotChart automatically beautified with chart style is as follows

3. PivotChart has many more filtering buttons than ordinary charts in appearance , Too many filter buttons in the chart will affect the professionalism and cleanliness of the business chart , You can hide these filter buttons

4. The PivotChart after hiding the filter button is shown below

4. Modify chart title 、 Resize the chart

problem 3: Insert slicer to update PivotTable and PivotChart
PivotChart is created on the basis of PivotTable , That is, the data source of PivotChart is PivotTable
Example , Update the PivotTable and PivotChart according to the specified branches and products 、 see
1. Select any cell in the PivotTable ( Such as A3 Cell ), Insert slicer , The operation steps are as follows

2. Select the corresponding project in the slicer according to the actual needs ( Such as " Branch " and " product ") Check box

3. Adjust the position and size of the slicer , Make the whole report layout neat

4. Use slicers to dynamically filter according to user needs , Make PivotTable and PivotChart update together , If you want to check the fish oil in Nanjing Road store throughout the year 12 Month sales comparison , The filtered effect picture is as follows

5. The inserted slicer can not only adjust the position and size , And you can adjust the vertical and horizontal arrangement styles of items in the slicer as needed . for example , If you want to " Branch " The items in the slicer are distributed horizontally , The number of columns can be changed from 1 Change to 3

6. After adjusting the number of columns in the slicer , Readjust the size and position of the slicer

7. In order to make the whole interface more concise 、 major , You can hide unnecessary information , Such as the title of slicer " Branch ". The method is to select the slicer , And then click " Slicer settings " Button

8. eject " Slicer settings " Dialog box

9. Set it up " Branch " Behind slicer , Use the same method to set " product " Slicer , Then readjust the chart layout and slicer position , Embed slicer in PivotChart area , It is convenient for users to filter directly according to their needs

边栏推荐
- Letter meaning and parameter abbreviation of optical module Daquan
- Li Kou's 300th weekly match
- Canoe panel learning video
- Redis realizes ranking function
- Build an Internet of things infrared temperature measuring punch in machine with esp32 / rush to work after the Spring Festival? Baa, no matter how hard you work, you must take your temperature first
- LM small programmable controller software (based on CoDeSys) note XXI: error 3703
- 云原生架构实战案例及优化解决方案
- Trie number dictionary tree
- 2022 question bank and answers for safety management personnel of hazardous chemical business units
- Daily question brushing record (12)
猜你喜欢

基于单片机的太阳能杀虫系统
![BUU-Real-[PHP]XXE](/img/97/b7139270145e6aa6a4f5d1067e2527.jpg)
BUU-Real-[PHP]XXE

Flask

ansys命令

How to configure static IP for Kali virtual machine
![[technology development -25]: integration technology of radio and television network, Internet, telecommunication network and power grid](/img/87/e0469e280365ed0261e2b551ebd888.png)
[technology development -25]: integration technology of radio and television network, Internet, telecommunication network and power grid

【QT】制作MyComboBox点击事件

Unity is connected to the weather system
![[Excel] 数据透视图](/img/45/be87e4428a1d8ef66ef34a63d12fd4.png)
[Excel] 数据透视图
![[QT] create mycombobox click event](/img/5a/ed17567a71f6737891fc7a8273df0a.png)
[QT] create mycombobox click event
随机推荐
[matlab] matlab simulates digital baseband transmission system eye diagram of bipolar baseband signal (cosine roll off forming pulse)
Excel 比较日器
With the advent of the IP era, how can E-sports hotels take advantage of the "east wind" of games?
简易零钱通
Void convolution, deformable convolution, deformable ROI pooling
VB. Net calls ffmpeg to simply process video (class Library-6)
SQL performance optimization skills
[high concurrency, high performance and high availability of massive data MySQL practice-7] - memory data drop disk
2022 R2 mobile pressure vessel filling retraining question bank and answers
SQL injection - injection based on MSSQL (SQL Server)
[matlab] general function of communication signal modulation bandpass filter
LM small programmable controller software (based on CoDeSys) note XXI: error 3703
Two sides of the evening: tell me about the bloom filter and cuckoo filter? Application scenario? I'm confused..
TCP state transition diagram
Write a complete answer applet (including single choice questions, judgment questions and multiple topics) (III) single choice questions, judgment questions, and the first question display
Flink1.13 SQL basic syntax (I) DDL, DML
Just do it with your hands 7 - * project construction details 2 - hook configuration
远程桌面客户端 RDP
Thread pool: use thread pool to optimize query speed
flink1.13 sql基础语法(一)DDL、DML
https://download.csdn.net/download/Hudas/85504246?spm=1001.2014.3001.5503