Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
The first sheet in a multi-sheet workbook has only references to cells on the
other sheets. The first row on the first sheet refers to cells on the second sheet, the second row refers to the corresponding cells on the third sheet, and so on. I want to put the name of each referenced sheet in a cell way out to the right in the row on the first sheet where I want those referenced cell values to appear. Then I would like to refer to the cell. Is that possible? In other words, can a cell contain the name of another worksheet and then have it be possible to put that cell into the reference? In still other words, if the name of sheet 2 is in the text cell Z1 of sheet 1, can I somehow put the value of cell A3 on sheet 2 into a cell on sheet 1 by using a formula like Z1!A3? |
#2
![]() |
|||
|
|||
![]() You can do that with the following formula =INDIRECT($Z1 & "A3") Although for your ease you may want to a dummy row with A3 etc in it and just go =INDIRECT($Z1 & A$1) Also, you should make sure that the Z dummy column includes the "!" at the end. -- kraljb ------------------------------------------------------------------------ kraljb's Profile: http://www.excelforum.com/member.php...fo&userid=9955 View this thread: http://www.excelforum.com/showthread...hreadid=277570 |
#3
![]() |
|||
|
|||
![]()
Hi
just for beeing safe I would use =INDIRECT("'" & $Z1 & "'!A3") -- Regards Frank Kabel Frankfurt, Germany "kraljb" schrieb im Newsbeitrag ... You can do that with the following formula =INDIRECT($Z1 & "A3") Although for your ease you may want to a dummy row with A3 etc in it and just go =INDIRECT($Z1 & A$1) Also, you should make sure that the Z dummy column includes the "!" at the end. -- kraljb --------------------------------------------------------------------- --- kraljb's Profile: http://www.excelforum.com/member.php...fo&userid=9955 View this thread: http://www.excelforum.com/showthread...hreadid=277570 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why am I unable to link a cell in one worksheet to a cell in anot. | Excel Discussion (Misc queries) | |||
Can I link a cell to reflect a worksheet name? | Excel Discussion (Misc queries) | |||
Excel, how to reset the "last used cell on the worksheet " | Excel Discussion (Misc queries) | |||
Need formule which would find cell (exmp b3) value on another worksheet! please help! | Excel Worksheet Functions | |||
Need find cell b3 value on another worksheet! | Excel Worksheet Functions |