Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 74
Default Sum of specific cell from several worksheets

I have a workbook with 12 worksheets, one for each month of the year. I also
want to add a "year to date" worksheet. Is there a simple way to take the
sum and/or average of a specific cell, over the 12 month period, and carry it
over to the same cell on the YTD worksheet?

Example: I have a "total pay" in cell A1, on each of the 12 worksheets. I
want the sum of all of the A1 cells to compute in cell A1 on the YTD
worksheet.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Sum of specific cell from several worksheets

Ensure that the YTD sheet is placed outside of the group of 12 monthly
sheets. Ensure that the 1st month (eg: Jan 09) and last month (eg: Dec 09)
sheets are the "bookends", ie placed at the leftmost and rightmost parts in
that group of 12.

Then in YTD,
you could this: =SUM('Jan 09:Dec 09'!A1)
Success? wave it, hit the YES below
--
Max
Singapore
xde
---
"richzip" wrote:
I have a workbook with 12 worksheets, one for each month of the year. I also
want to add a "year to date" worksheet. Is there a simple way to take the
sum and/or average of a specific cell, over the 12 month period, and carry it
over to the same cell on the YTD worksheet?

Example: I have a "total pay" in cell A1, on each of the 12 worksheets. I
want the sum of all of the A1 cells to compute in cell A1 on the YTD
worksheet.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Sum of specific cell from several worksheets

What are the sheet names?

Try this something like this...

=SUM(Sheet1:Sheet12!A1)
=SUM(Jan:Dec!A1)
=SUM(January:December!A1)

--
Biff
Microsoft Excel MVP


"richzip" wrote in message
...
I have a workbook with 12 worksheets, one for each month of the year. I
also
want to add a "year to date" worksheet. Is there a simple way to take the
sum and/or average of a specific cell, over the 12 month period, and carry
it
over to the same cell on the YTD worksheet?

Example: I have a "total pay" in cell A1, on each of the 12 worksheets.
I
want the sum of all of the A1 cells to compute in cell A1 on the YTD
worksheet.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
choose last specific nonblank cell from different worksheets Compassionate Felix Excel Discussion (Misc queries) 1 February 1st 07 07:07 PM
Pasting in a specific cell in multiple worksheets J@Y Excel Discussion (Misc queries) 3 January 22nd 07 09:27 PM
Link from a specific Cell in Excel to a specific para. in Word CathyK Excel Worksheet Functions 0 August 10th 06 04:40 PM
Retrieving a specific cell from multiple worksheets TheShaolin Excel Worksheet Functions 5 June 9th 06 08:31 PM
How can I do a lookup to a specific cell on multiple worksheets? Ray Stubblefield Excel Worksheet Functions 6 March 4th 05 12:43 PM


All times are GMT +1. The time now is 01:25 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"