Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I have eight worksheets in a workbook. The worksheets contains columns of
numbers with a total at the bottom of each column. Is there a way I can add another worksheet that will add all of the totals of the other eight worksheets? When the total of any of the eight worksheets change, will the total change in the new worksheet? I am new to Excel and will appreciate any help you can give me. Starlin |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
The most efficient way would be to put the total in the same cell on each
worksheet and use =sum(firstsheet:lastsheet!thatcell) -- Don Guillett SalesAid Software "Starlin Dotson" wrote in message ... I have eight worksheets in a workbook. The worksheets contains columns of numbers with a total at the bottom of each column. Is there a way I can add another worksheet that will add all of the totals of the other eight worksheets? When the total of any of the eight worksheets change, will the total change in the new worksheet? I am new to Excel and will appreciate any help you can give me. Starlin |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi Starlin
Yes. Add your new worksheet. In the desired cell input: =SUM(Sheet1!totalcell,Sheet2!totalcell,...Sheet8!t otalcell) where totalcell is the address of the total on each worksheet. Your Grand Total will change when any cell on the other eight is updated. Regards Steve |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Thanks for the help. I'll try it out as soon as I get home.
Starlin wrote in message ups.com... Hi Starlin Yes. Add your new worksheet. In the desired cell input: =SUM(Sheet1!totalcell,Sheet2!totalcell,...Sheet8!t otalcell) where totalcell is the address of the total on each worksheet. Your Grand Total will change when any cell on the other eight is updated. Regards Steve |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I hide a value in my totals worksheet ? | Excel Worksheet Functions | |||
How do I reference data from one worksheet to another using combob | New Users to Excel | |||
One worksheet to calulate different items simultaneously | Excel Worksheet Functions | |||
Extracting data from one Worsheet to Another Worksheet with common link value | Excel Discussion (Misc queries) | |||
Weekly Transaction Processing | Excel Worksheet Functions |