Summing Monthly Trial Balance Figures

In this article, we are going to learn how to sum monthly trail balance in Microsoft Excel. Which source is available to do it?

In Excel, if we want to return the sum in the workbook, and data is placed in different sheet, we can define a name to every sheet’s data and then we can use the name during the calculation.

Let’s take an example and understand how we can do it.

We have 3 months’ sales data in 3 different sheets in an Excel workbook, and on one sheet, we have to return the average quantity of all months agent wise.

January Month’s data:-

image 1

 

February Month’s data:-

image 2
 
March Month’s data:-

image 3

 

Calculation:-

image 4

 

Note:- We have mentioned the month-wise numbers just for the reference.

 

First, we will define the name to the sales quantity range for every month:-

Follow below steps:-

  • Select the range C2:C11
  • Go to Formulas tab > Under the defined names group > Define Name
  • New Name dialog box will appear
  • Name: - January> Scope: - Workbook > Refers to: - January!$C$2:$C$11

image 5

 

  • Click on ‘ok’
  • Same steps will be followed to define the name for the months of February and March

 
image 6

 

image 7

 

Summing January and February:-

To calculate the sum of January & February month, follow below steps:-

  • Enter the Sum Formula in cell B2
  • =SUM(January,February)
  • Press Enter
  • The function will return 278.
  • It is the sum of both the months

 
image 8

 

Summing February and March:-

To calculate the sum of February & March month, follow below steps:-

  • Enter the Sum Formula in cell B2.
  • =SUM(February, March)
  • Press Enter
  • The function will return 2914
  • It is the sum for both the months

 
image 9

 

Summing January and March:-

To calculate the sum of January & March month, follow below steps:-

  • Enter the Sum Formula in cell B2
  • =SUM(January,March)
  • Press Enter
  • The function will return 3153
  • It is the sum for both the months

image 10

 

Summing January, February,March:-

To calculate the sum of January & March month, follow below steps:-

  • Enter the Sum Formula in cell B2
  • =SUM(January,February,March)
  • Press Enter
  • The function will return 4428
  • It is the sum for 3 months

image 11

 

In this way, we can sum the values monthly trail balance figures in Microsoft Excel.

 

image 48

If you liked our blogs, share it with your friends on Facebook. And also you can follow us on Twitter and Facebook
We would love to hear from you, do let us know how we can improve, complement or innovate our work and make it better for you. Write us at info@exceltip.com

Leave a Reply

Your email address will not be published. Required fields are marked *

Terms and Conditions of use

The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.