Tip Printed from ExcelTip.com
Summing Values from Cells in Different Sheets


In this example, we have a workbook with four successive sheets: January, February, March and April.

To total figures from the same cell address in different sheets:

1. Select a cell and type =SUM(.
2. Select the tab for the first sheet, January.
3. Hold the Shift key, and then select the tab for the last sheet, April.
4. Select cell B2, and then press Enter.

The formula is now =SUM(January:April!B2).