B
brtwnl
I can paste special a link to a cell in another file. It link
properly.
='Z:\Projects\CompanyName\Project 04-011\Cost Estimat
04-011.xls'!Total_Cost
When I try to build the string to refernece the cell, it simply print
the concatenated string, not the referenced value.
=CONCATENATE("'Z:\Projects\",C17,"\Project ",A17,"\Cost Estimat
",A17,".xls'!Total_Cost")
Result is just
'Z:\Projects\CompanyName\Project 04-011\Cost Estimat
04-011.xls'!Total_Cost
How do I get the value of the referenced cell after building
concatenated string?
Wayn
properly.
='Z:\Projects\CompanyName\Project 04-011\Cost Estimat
04-011.xls'!Total_Cost
When I try to build the string to refernece the cell, it simply print
the concatenated string, not the referenced value.
=CONCATENATE("'Z:\Projects\",C17,"\Project ",A17,"\Cost Estimat
",A17,".xls'!Total_Cost")
Result is just
'Z:\Projects\CompanyName\Project 04-011\Cost Estimat
04-011.xls'!Total_Cost
How do I get the value of the referenced cell after building
concatenated string?
Wayn