P
Peter McNamee
I want to convert a series of concatenated text into a link formula
linking to a cell in another worksheet through its name.
an example is
cell a1 (path): c:\myfolder
cell a1 (workbook): test.xls
cell a2 (worksheet): mysheet
cell a3 (cell name): mycell
thus in cell c1 i want the formula
='c:\myfolder\[test.xls]mysheet'!mycell
i can do a similar thing if i want to use a cell reference instead of
a cell name using the INDIRECT and ADDRESS functions.
however this does not seem possible with cell names as i can't see a
way of getting their row and column.
linking to other worksheets by cell references is not very useful as
they may the cell may move.
can any one help without resorting to a too long mega formula.
i could write a macro to do it but am concenred about volatility and
generally i would be happier with a worksheet function.
linking to a cell in another worksheet through its name.
an example is
cell a1 (path): c:\myfolder
cell a1 (workbook): test.xls
cell a2 (worksheet): mysheet
cell a3 (cell name): mycell
thus in cell c1 i want the formula
='c:\myfolder\[test.xls]mysheet'!mycell
i can do a similar thing if i want to use a cell reference instead of
a cell name using the INDIRECT and ADDRESS functions.
however this does not seem possible with cell names as i can't see a
way of getting their row and column.
linking to other worksheets by cell references is not very useful as
they may the cell may move.
can any one help without resorting to a too long mega formula.
i could write a macro to do it but am concenred about volatility and
generally i would be happier with a worksheet function.