Home |
Search |
Today's Posts |
#2
![]() |
|||
|
|||
![]()
Below's one response to your identical post in microsoft.public.excel
(Please do not multi-post): One way to set it up is to use INDIRECT Tinker around with this to get a prelim hang of using it .. In MASTER ------------ Put in A1: SCENARIO (the common "alpha" part of the sheetname) Put in B1: A1 (the target cell you want to link to in each sheet) Put in A2:A4 : 1,2,3 (these will be the variable "numeric" parts of the sheetnames) Now put in B2: =INDIRECT("'"& $A$1 &" "& A2 & "'!"& B$1) Copy B2 down to B4 B2:B4 will return the same as having link formulas in B2:B4 : ='SCENARIO 1'!A1 ='SCENARIO 2'!A1 ='SCENARIO 3'!A1 The concat text strings evaluated within the parens will be resolved by INDIRECT to yield the desired results. -- Rgds Max xl 97 --- Singapore, GMT+8 xdemechanik http://savefile.com/projects/236895 -- |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Changing a Link Mid-way Across Worksheets | Excel Worksheet Functions | |||
Paste Link - retaining formatting | Excel Discussion (Misc queries) | |||
Breaking the link | New Users to Excel | |||
Variable Link to Workbooks | Excel Worksheet Functions | |||
How do link to a remote field but use the path from a stored field | Excel Discussion (Misc queries) |