Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I'm after a formula that will summarise several worksheets into a summary
sheet, within a workbook, at a given cell location.Possibly one which will either be written to one cell, and 'copied' by dragging to other rows, and columns, rather than clicking on each woksheet, to get original cell location |
#2
![]() |
|||
|
|||
![]()
Dennis
Use of the INDIRECT Function is handy for incrementing sheet names in formulas. e.g. Insert a new sheet and name it Namesheet. Type your sheet names(other than Summary) in a list from A1:A10 (assuming 10 sheets) In your Summary sheet enter formula like =INDIRECT(Namesheet!A1 & "!" & "$A$4") Drag/copy this down the column to return contents of A4 from each sheet in the list from A1:A10 Gord Dibben Excel MVP On Sun, 8 May 2005 12:57:49 -0700, "Dennis-winclad" wrote: I'm after a formula that will summarise several worksheets into a summary sheet, within a workbook, at a given cell location.Possibly one which will either be written to one cell, and 'copied' by dragging to other rows, and columns, rather than clicking on each woksheet, to get original cell location |
#3
![]() |
|||
|
|||
![]()
An example of using INDIRECT along these lines can be seen in
http://www.mvps.org/dmcritchie/excel/buildtoc2.htm If you don't care what the names of the sheets are but just want a SUM of a specific range (or a cell) from the same location on a group of sheets between two sheet tabs (inclusive) you could use a 3D reference. --- HTH, David McRitchie, Microsoft MVP - Excel My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm "Gord Dibben" <gorddibbATshawDOTca wrote in message ... Dennis Use of the INDIRECT Function is handy for incrementing sheet names in formulas. e.g. Insert a new sheet and name it Namesheet. Type your sheet names(other than Summary) in a list from A1:A10 (assuming 10 sheets) In your Summary sheet enter formula like =INDIRECT(Namesheet!A1 & "!" & "$A$4") Drag/copy this down the column to return contents of A4 from each sheet in the list from A1:A10 Gord Dibben Excel MVP On Sun, 8 May 2005 12:57:49 -0700, "Dennis-winclad" wrote: I'm after a formula that will summarise several worksheets into a summary sheet, within a workbook, at a given cell location.Possibly one which will either be written to one cell, and 'copied' by dragging to other rows, and columns, rather than clicking on each woksheet, to get original cell location |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula in an Excel comment | Excel Discussion (Misc queries) | |||
Excel should have a simpler subtraction formula similar to "sum". | Excel Worksheet Functions | |||
How do I get the formula bar in excel 2003 | Excel Discussion (Misc queries) | |||
Need excel formula to display 28.50hrs in HRS & MINS? | Excel Worksheet Functions | |||
Suddenly Excel can't calculate formula!!! | Excel Worksheet Functions |