Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
My question can best be explained by using an example:
I have several worksheets with the same format labeled "week 1" through "week 52" in sequential order. I have another worksheet with the same column headings as the previous mentioned worksheets. I want to link a cell from each "week #" worksheet to the summary worksheet in sequential cells. Basically summarizing data to a single worksheet. I know I can individually link the cells from each separate worksheet but isn't there an easier way? Thanks, I appreciate everyone's input. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Let's assume that the headings in your summary sheet are in row 1,
with "week 1" in cell B1, and that you want to return data from cell D4 in each of the sheets. Put this formula in B2 of the summary sheet: =INDIRECT("'"&B$1&"'!D4") Copy this across row 2 as required, to get the data from the weekly sheets. If you need to copy it down, then the D4 will need to be outside the quotes. Hope this helps. Pete On Feb 11, 5:42*pm, Magnum wrote: My question can best be explained by using an example: I have several worksheets with the same format labeled "week 1" through "week 52" in sequential order. *I have another worksheet with the same column headings as the previous mentioned worksheets. *I want to link a cell from each "week #" worksheet to the summary worksheet in sequential cells. * Basically summarizing data to a single worksheet. *I know I can individually link the cells from each separate worksheet but isn't there an easier way? Thanks, I appreciate everyone's input. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
THANK YOU!!!!!! It worked perfectly except for copying the forumla down, but
I modified the "d4" reference using your technique and it works exactly the way I was wanting. Thanks again. te_UK" wrote: Let's assume that the headings in your summary sheet are in row 1, with "week 1" in cell B1, and that you want to return data from cell D4 in each of the sheets. Put this formula in B2 of the summary sheet: =INDIRECT("'"&B$1&"'!D4") Copy this across row 2 as required, to get the data from the weekly sheets. If you need to copy it down, then the D4 will need to be outside the quotes. Hope this helps. Pete On Feb 11, 5:42 pm, Magnum wrote: My question can best be explained by using an example: I have several worksheets with the same format labeled "week 1" through "week 52" in sequential order. I have another worksheet with the same column headings as the previous mentioned worksheets. I want to link a cell from each "week #" worksheet to the summary worksheet in sequential cells. Basically summarizing data to a single worksheet. I know I can individually link the cells from each separate worksheet but isn't there an easier way? Thanks, I appreciate everyone's input. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Glad to hear it - thanks for feeding back.
Pete On Feb 11, 7:50*pm, Magnum wrote: THANK YOU!!!!!! *It worked perfectly except for copying the forumla down, but I modified the "d4" reference using your technique and it works exactly the way I was wanting. *Thanks again. te_UK" wrote: Let's assume that the headings in your summary sheet are in row 1, with "week 1" in cell B1, and that you want to return data from cell D4 in each of the sheets. Put this formula in B2 of the summary sheet: =INDIRECT("'"&B$1&"'!D4") Copy this across row 2 as required, to get the data from the weekly sheets. If you need to copy it down, then the D4 will need to be outside the quotes. Hope this helps. Pete On Feb 11, 5:42 pm, Magnum wrote: My question can best be explained by using an example: I have several worksheets with the same format labeled "week 1" through "week 52" in sequential order. *I have another worksheet with the same column headings as the previous mentioned worksheets. *I want to link a cell from each "week #" worksheet to the summary worksheet in sequential cells. * Basically summarizing data to a single worksheet. *I know I can individually link the cells from each separate worksheet but isn't there an easier way? Thanks, I appreciate everyone's input.- Hide quoted text - - Show quoted text - |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Has anyone had formulas change automatically with no explanation? | Excel Worksheet Functions | |||
Automatically pasting worksheet data to new worksheet with formulas | Excel Worksheet Functions | |||
Using worksheet names in formulas | Excel Discussion (Misc queries) | |||
Automatically update links when server names change | Excel Worksheet Functions | |||
Sequential names on Sequential pages | Excel Worksheet Functions |