Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i calculate the average of 30+ cells over multiple workshee | Excel Worksheet Functions | |||
how to make a macro to clear multiple cells from multiple worksheets? | Excel Worksheet Functions | |||
Calculate Average Accross Multiple Worksheets | Excel Discussion (Misc queries) | |||
calculate rows across multiple worksheets | Excel Discussion (Misc queries) | |||
adding certain cells in multiple worksheets in multiple workbooks | Excel Worksheet Functions |