Multiple worksheet data summary is a problem often encountered by white-collar workers in the workplace. For example, multiple branch data tables in one workbook (file) need to be summarized, and multiple monthly data tables need to be summarized. Summary. Some people use VBA to complete the summary, some use function formulas to complete the summary, and some people complete the summary through manual calculation. (Haha, people who calculate by hand should be in a very cherished category~)
VBA is too cold and the functions are brain-burning. I don’t want to do it manually. Is there a method suitable for people like us?
As shown in the figure below:
There are 6 monthly worksheets in the workbook, which record the sales data of financial products of each branch from January to June. Now we need to summarize all sales of each branch in the first half of the year.
Let’s explain how to complete the summary through data pivot.
(1) First create a new pivot summary worksheet, select any cell and press the shortcut key ALT D, release the key and then press the P key to start the [Pivot Table and Pivot Chart Wizard] dialog box, select [Multiple Combine calculation data areas].
(2) Click Next and select [Create Single Page Field].
# (3) Click Next and add the data in each month's worksheet to all areas through the selected area.
(4) After clicking Finish, we will see the sales summary data of each branch appearing in the table, but the current statistics are count items, which need to be changed to Sum. Click the lower right corner of the PivotTable fields window "Count item value", select "Value Field Settings" in the pop-up menu, and set the value summary method to "Sum".
(5) Uncheck the column field in the PivotTable field window, then copy the entire PivotTable and paste it as the value, and modify the header to get the summary table.
In this way we can easily complete the summarization and summing of data in multiple worksheets through the pivot table. Even if you are a novice like me, you can easily follow these steps. Finish.
Hurry up and try it!
Related learning recommendations: excel tutorial
The above is the detailed content of Practical Excel skills sharing: get the 'sum of multiple tables' done!. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Dreamweaver CS6
Visual web development tools

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

Notepad++7.3.1
Easy-to-use and free code editor
