J
Juan Sanchez
Hi all:
Is there a function similar to INDIRECT, that will accept
not just a reference to a cell or range with in the
workbook, but actually a linked formula?
i.e
If I have in A1: 1000
and in B1: "Sheet1!A1" (as text with out the ")
and in C1:=Indirect(B1)
The result is C1: 1000, great it works but...
if in B1 instead of "Sheet1!A1", I have:
B1: 'c:\[MyBook.xls]Sheet1'!A1
The result in C1!!!: #REF!
Is there a way to do this?
The book exists, sheet1's name is sheet1 and cell A1 in
the book has a value...
Any Help is greatly appreciated...
Regards
Juan
Is there a function similar to INDIRECT, that will accept
not just a reference to a cell or range with in the
workbook, but actually a linked formula?
i.e
If I have in A1: 1000
and in B1: "Sheet1!A1" (as text with out the ")
and in C1:=Indirect(B1)
The result is C1: 1000, great it works but...
if in B1 instead of "Sheet1!A1", I have:
B1: 'c:\[MyBook.xls]Sheet1'!A1
The result in C1!!!: #REF!
Is there a way to do this?
The book exists, sheet1's name is sheet1 and cell A1 in
the book has a value...
Any Help is greatly appreciated...
Regards
Juan