Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I know how to link to a another cell in a diffrent sheet, its =Sheet1!A1 (for a1 in sheet 1) i am trying to use another cell to say what should be on the end of '=Sheet1!' so C1 would the input to this formula, i would only have to put A1 in cell C1 and the formulat will be '=Sheet1!A1' and if i put B2 in cell C1 the formula would be '=Sheet1!B2' this was my attempt but i faild: =Sheet1!(=C1) Can it be done? if so plz tell me. thanks for any help. -- Angelofdoom ------------------------------------------------------------------------ Angelofdoom's Profile: http://www.excelforum.com/member.php...o&userid=31572 View this thread: http://www.excelforum.com/showthread...hreadid=512677 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Angel
The INDIRECT function will do what you want: =INDIRECT("Sheet1!"&C1) HTH Kostis Vezerides |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() thank you. this problem has been annoying me for a few days. -- Angelofdoom ------------------------------------------------------------------------ Angelofdoom's Profile: http://www.excelforum.com/member.php...o&userid=31572 View this thread: http://www.excelforum.com/showthread...hreadid=512677 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel: match two cells in one sheet to two cells in another and return a third cells value | Excel Worksheet Functions | |||
lock tab in sheet 2 until cell in sheet one is completed | Excel Worksheet Functions | |||
Macro-Copy various cells in sheet1 into next available row in sheet 2 | Excel Discussion (Misc queries) | |||
How do I add cells from sheet to sheet? | Excel Worksheet Functions | |||
Linking to an Entire Sheet | Links and Linking in Excel |