G
Guest
I have need to insert a named range into a 3-D formula such as this
='C:\Work\[DataFile.xls]Sheet1'!$A$
replacing the column reference "A" with a named range (let's call it "NewColumn") that has a value for a new column reference, i.e. "B"
Logically, the new formula should look something like this
='C:\Work\[DataFile.xls]Sheet1'!$NewColumn$
o
=("='C:\Work\[DataFile.xls]Sheet1'!$" & NewColumn & "$1") {I have tried many variations without the intended result of the construction of the formula.
After entering the formula above, the correct text of the formula is displayed in the cell as a value, rather than the true value within the cell referenced by the cell address "$NewColumn$1" (or "$B$1"). Concatenating named ranges for column and row references have worked in the past to create the desired result, but I have not used this approach using a 3-D formula to another file before now
I would greatly appreciate any suggestions as to how to convert the newly concatenated text within the resulting formula to a true value and operational formula using a named range for a column reference
Ed
='C:\Work\[DataFile.xls]Sheet1'!$A$
replacing the column reference "A" with a named range (let's call it "NewColumn") that has a value for a new column reference, i.e. "B"
Logically, the new formula should look something like this
='C:\Work\[DataFile.xls]Sheet1'!$NewColumn$
o
=("='C:\Work\[DataFile.xls]Sheet1'!$" & NewColumn & "$1") {I have tried many variations without the intended result of the construction of the formula.
After entering the formula above, the correct text of the formula is displayed in the cell as a value, rather than the true value within the cell referenced by the cell address "$NewColumn$1" (or "$B$1"). Concatenating named ranges for column and row references have worked in the past to create the desired result, but I have not used this approach using a 3-D formula to another file before now
I would greatly appreciate any suggestions as to how to convert the newly concatenated text within the resulting formula to a true value and operational formula using a named range for a column reference
Ed