Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there a way to add the same cell (ie A1) from multiple worksheets without
manually having to input sum (sheet1A1, sheet2A1, sheet3A1,...)? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi busker
Try this Put in two dummy sheets(empty sheets) with the name "start" as the first sheet and one with the name "end" as the last one. You can use a formula like this then to sum all sheet between start and end =SUM(start:end!A1) Another way is to create links to a cell in each sheet and sum them see http://www.rondebruin.nl/summary.htm -- Regards Ron de Bruin http://www.rondebruin.nl "busker" wrote in message ... Is there a way to add the same cell (ie A1) from multiple worksheets without manually having to input sum (sheet1A1, sheet2A1, sheet3A1,...)? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If the source sheets are consecutive , use a 3D sum:
=sum('Sheet1A1:Sheet3Z9'!A1) will add up all the A1 cells from Sheet1A1 through Sheet3Z9 (based on the order in which the sheets appear in the workbook). "busker" wrote: Is there a way to add the same cell (ie A1) from multiple worksheets without manually having to input sum (sheet1A1, sheet2A1, sheet3A1,...)? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I create a formula using cells from multiple worksheets? | Excel Worksheet Functions | |||
Creating a formula to populate information from multiple cells in another workbook | Excel Worksheet Functions | |||
checking that cells have a value before the workbook will close | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula to delete blank cells across multiple columns? | Excel Worksheet Functions |