Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have a worksheet for each month and a Year total worksheet. I would like
to sum up the corresponding monthly values into the same cell on the Year total worksheet. I seem to recall that there is a simple way to do this but...it's been more that 10 minutes ago. |
#2
![]() |
|||
|
|||
![]() try using the sum formula. For example if the sheets were named Jan, Feb with values in cells A1 to A10 use =sum('Jan'!A1:A10,'Feb'!A1:A10) -- tobriant ------------------------------------------------------------------------ tobriant's Profile: http://www.excelforum.com/member.php...o&userid=25155 View this thread: http://www.excelforum.com/showthread...hreadid=469221 |
#3
![]() |
|||
|
|||
![]()
Let's say you monthly worksheets were name jan, feb, mar,....and year was the
yearly sheet. Your formula for A1 in the year sheet would be: =jan!A1+feb!A1+mar!A1..... -- Gary''s Student "Ratman" wrote: I have a worksheet for each month and a Year total worksheet. I would like to sum up the corresponding monthly values into the same cell on the Year total worksheet. I seem to recall that there is a simple way to do this but...it's been more that 10 minutes ago. |
#4
![]() |
|||
|
|||
![]()
Rat
Enter in your Grand Total cell in sheet1. =SUM(sheet2:sheet5!B4) Alternative, which most prefer and lends itself to flexibility in naming, deleting and moving sheets. Insert a dummy sheet to the right of the Grand Total sheet. Name it Start Insert a dummy sheet at end of sheets. Name it End. In Grand Total sheet enter =SUM(Start:End!B4) When inserting new sheets make sure they are inserted between Start and End sheets. Gord Dibben Excel MVP On Tue, 20 Sep 2005 08:42:03 -0700, Ratman wrote: I have a worksheet for each month and a Year total worksheet. I would like to sum up the corresponding monthly values into the same cell on the Year total worksheet. I seem to recall that there is a simple way to do this but...it's been more that 10 minutes ago. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Refreshing drop down cell values... | Excel Worksheet Functions | |||
Update of cell values after insert row? | Excel Worksheet Functions | |||
Counting Multiple Values In A Cell | Excel Worksheet Functions | |||
Toggle multiple values in single cell | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |