Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello,
I have a Worksheet with many sheets (~20-30) and I want to use the data from these cells and to summarize it in a single sheet. At the moment I use the regular formulas (SUM(A1,A2,A3) but I end up with very long formulas, hard to handle. Is there a formula that could SUM/AVERAGE/COUNT the data from the same cell (i.e. H12), from all sheets of the document? This would be very useful because when I add a sheet I would not have to change all formulas again. Thank you. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way is to add to "dummy" sheets named (for example) "Start" & "End".
Place the sheets to be summed etc between these two tabs i.e Start,Sheet1,Sheet2 ....,End. In your summary sheet, which is (obviously) not in the Start/End block, use: =Sum(Start:End!A1:A5) HTH "Alex Costache" wrote: Hello, I have a Worksheet with many sheets (~20-30) and I want to use the data from these cells and to summarize it in a single sheet. At the moment I use the regular formulas (SUM(A1,A2,A3) but I end up with very long formulas, hard to handle. Is there a formula that could SUM/AVERAGE/COUNT the data from the same cell (i.e. H12), from all sheets of the document? This would be very useful because when I add a sheet I would not have to change all formulas again. Thank you. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple sheets as data for a single sheet | Excel Worksheet Functions | |||
Excel Macro to Copy & Paste | Excel Worksheet Functions | |||
Possible Lookup Table | Excel Worksheet Functions | |||
Combining data (numeric format) in multiple cells into one cell (t | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions |