In this article we will learn how to add values from different sheets in Excel.
Problem:
Summing the values from cell A1 of four successive sheets in the current workbook.
The sheets are named January, February, March, and April.
Solution:
1. Select a cell to contain the sum and type =SUM(
2. Select the tab of the first sheet to sum (January).
3. Hold the key and then select the tab of the last sheet to sum (April).
4. Select the cell to sum (A1).
5. Type ) and .
These actions will create the following formula, which sums the same cell (A1) from all four sheets:
=SUM(January:April!A1)
Below are the few more example of summing the values from multiple sheets in a sheet:-
Sum Across Multiple Sheets in Microsoft Excel
Summing Data from a Cell in a Number of Sheets in Microsoft Excel
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.