Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() Referring to cells in other sheets requires sythax: 'sheetname'!cellname. I have the situation in which sheet name is specified in another cell. How can I refer to cell in that sheet? E.g. A1 = "sheet1" A2 = "'A1'!B3" (I would like to refer to cell B3 in sheet1) Is that possible to do? Marko |
#2
![]() |
|||
|
|||
![]()
"Marko Pinteric" wrote in message
... Referring to cells in other sheets requires sythax: 'sheetname'!cellname. I have the situation in which sheet name is specified in another cell. How can I refer to cell in that sheet? E.g. A1 = "sheet1" A2 = "'A1'!B3" (I would like to refer to cell B3 in sheet1) You can use INDIRECT for this, ie: =INDIRECT(A1&"!B3") or some variation of same. Rgds, Andy |
#3
![]() |
|||
|
|||
![]()
With A1 containing: Sheet1
Put in A2: =INDIRECT("'"&A1&"'!B3") A2 will return the same as: =Sheet1!B3 -- Rgds Max xl 97 --- GMT+8, 1° 22' N 103° 45' E xdemechanik <atyahoo<dotcom ---- "Marko Pinteric" wrote in message ... Referring to cells in other sheets requires sythax: 'sheetname'!cellname. I have the situation in which sheet name is specified in another cell. How can I refer to cell in that sheet? E.g. A1 = "sheet1" A2 = "'A1'!B3" (I would like to refer to cell B3 in sheet1) Is that possible to do? Marko |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I cause a cell to return the sheet name i.e. sheet 1? | Excel Worksheet Functions | |||
Copy text from same cell on every sheet to title sheet? | Excel Discussion (Misc queries) | |||
Need formula for sheet & cell reference | Excel Worksheet Functions | |||
Automatic cell increment with data from sheet 1 to sheet 2 | Excel Worksheet Functions | |||
Addition to Turn cell red if today is greater or equal to date in cell | New Users to Excel |