Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default calculate cells over multiple worksheets

I have 4 worksheets in one book. Worksheet names are July, August,
September, Total. In cell F9 of each worksheet I have a dollar value I would
like to add and place in a cell in a 4th worksheet.
Example: July's F9 is $600; August's F9 is $200; September's F9 is $100.
Now I want $900 to show in F9 of the worksheet Total.

How do I do this. I am a novice so please break it down clearly. Your help
will be greatly appreciated
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 276
Default calculate cells over multiple worksheets

You could use 'Named Range' to add them.
Select the F9 c ell in the 1st sheet and selectInsertNameDefine
Call it F9Sheet1
Do the same for all sheets, changing only the Sheet 1 to 2 etc.
On the Total WorkSheet, enter the Formula as'=F9Sheet1+F9Sheet2+F9Sheet3'


Corey....


"mrsjoan" wrote in message
...
I have 4 worksheets in one book. Worksheet names are July, August,
September, Total. In cell F9 of each worksheet I have a dollar value I
would
like to add and place in a cell in a 4th worksheet.
Example: July's F9 is $600; August's F9 is $200; September's F9 is $100.
Now I want $900 to show in F9 of the worksheet Total.

How do I do this. I am a novice so please break it down clearly. Your
help
will be greatly appreciated



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default calculate cells over multiple worksheets

THANKS Corey!!! it worked beautifully

"Corey" wrote:

You could use 'Named Range' to add them.
Select the F9 c ell in the 1st sheet and selectInsertNameDefine
Call it F9Sheet1
Do the same for all sheets, changing only the Sheet 1 to 2 etc.
On the Total WorkSheet, enter the Formula as'=F9Sheet1+F9Sheet2+F9Sheet3'


Corey....


"mrsjoan" wrote in message
...
I have 4 worksheets in one book. Worksheet names are July, August,
September, Total. In cell F9 of each worksheet I have a dollar value I
would
like to add and place in a cell in a 4th worksheet.
Example: July's F9 is $600; August's F9 is $200; September's F9 is $100.
Now I want $900 to show in F9 of the worksheet Total.

How do I do this. I am a novice so please break it down clearly. Your
help
will be greatly appreciated




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default calculate cells over multiple worksheets

Hi,

You may try either of the following:

1. Data Consolidate
2. On the total sheet, write the following formula =sum(First sheet:Last
sheet!F9)

--
Regards,

Ashsih Mathur
Microsoft Excel MVP
www.ashishmathur.com

"mrsjoan" wrote in message
...
I have 4 worksheets in one book. Worksheet names are July, August,
September, Total. In cell F9 of each worksheet I have a dollar value I
would
like to add and place in a cell in a 4th worksheet.
Example: July's F9 is $600; August's F9 is $200; September's F9 is $100.
Now I want $900 to show in F9 of the worksheet Total.

How do I do this. I am a novice so please break it down clearly. Your
help
will be greatly appreciated


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,480
Default calculate cells over multiple worksheets

Hi

Assuming the sheets are in the order you say
=SUM(July:September!F9)

Alternatively, create 2 new sheets and name them First and Last.
Drag them to positions where they surround the sheets you wish to Sum. e.g
First, July, August, September, Last, Total
=SUM(First:Last!F9)
This has the advantage that if you add more sheets, you can just move the
position of Last to encompass the extra sheets and the same formula will
still work.
--
Regards
Roger Govier

"mrsjoan" wrote in message
...
I have 4 worksheets in one book. Worksheet names are July, August,
September, Total. In cell F9 of each worksheet I have a dollar value I
would
like to add and place in a cell in a 4th worksheet.
Example: July's F9 is $600; August's F9 is $200; September's F9 is $100.
Now I want $900 to show in F9 of the worksheet Total.

How do I do this. I am a novice so please break it down clearly. Your
help
will be greatly appreciated


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
how do i calculate the average of 30+ cells over multiple workshee Ariana Excel Worksheet Functions 4 July 9th 08 11:44 PM
how to make a macro to clear multiple cells from multiple worksheets? [email protected] Excel Worksheet Functions 2 October 18th 07 04:31 PM
Calculate Average Accross Multiple Worksheets JK Excel Discussion (Misc queries) 1 May 3rd 07 05:34 PM
calculate rows across multiple worksheets John Excel Discussion (Misc queries) 1 October 28th 05 07:31 PM
adding certain cells in multiple worksheets in multiple workbooks Stephen via OfficeKB.com Excel Worksheet Functions 1 February 4th 05 08:31 PM


All times are GMT +1. The time now is 11:23 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"