Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi.
I have a workbook with one summary sheet and dozens (if not more) of worksheets all named x.y, where x=number of day and y=number of month. I need to make a table in the summary sheet where the first row shows the date (e.g. x.y or 14.6) and the second row shows a value (say, $A$1) from its respective worksheet. How can a make a cell from the second row refer to a sheet using the value from the first row in the second row's reference formula? In other words, how can I make a cell reference to a cell in another sheet without having to manually refer to that particular sheet? Thanks. PS. I have tried to use the concatenate function within the reference functinon, but to no avail. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Johab: In cell A2 put this formula
=INDIRECT(CONCATENATE("'",A1,"'!","$A$1")) Mike F "Johab" wrote in message ... Hi. I have a workbook with one summary sheet and dozens (if not more) of worksheets all named x.y, where x=number of day and y=number of month. I need to make a table in the summary sheet where the first row shows the date (e.g. x.y or 14.6) and the second row shows a value (say, $A$1) from its respective worksheet. How can a make a cell from the second row refer to a sheet using the value from the first row in the second row's reference formula? In other words, how can I make a cell reference to a cell in another sheet without having to manually refer to that particular sheet? Thanks. PS. I have tried to use the concatenate function within the reference functinon, but to no avail. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you, Mr. Mike Fogleman. Works splendid.
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to fill cell references from several worksheets in one? | Excel Worksheet Functions | |||
convert relative cell references to absolute cell references via amacro? | Excel Discussion (Misc queries) | |||
Multiple Worksheets and Cell References - Data Output | Excel Discussion (Misc queries) | |||
References between worksheets using IF | Excel Worksheet Functions | |||
How to rename references from range names to cell references | Excel Discussion (Misc queries) |