Hi to all
I have an issue getting the value of a cell from a file to an other :
I have created the files and docs as follow :
Portfolio
Portfolio.xls
Site 1
Proj1
ExcelProj.xls
Proj2
....
Site 2
...
In ExcelProj.xls I have named the cell L1 : _Name and M1 : _Fname
In portfolio I'm trying to get the information in C2 the value of _Name and Fname by doing some concatenations :
Portfolio looks like :
cell A B C D
1 Site Proj Name fname
2 Site1 Proj1 =concatenate("'.\relativepath\";$A2;"\";$B2;"\Excel";$B2;".xls'!_";C$1")
3 Site1 Proj2 ... =concatenate("'.\relativepath\";$A3;"\";$B3;"\Excel";$B3;".xls'!_";D$1")
4 ...
..
n Site2 Proj1
The aim is to use the function
='path\filename.xls'!_Beneficiarios but by constructing the address
thanks for any help on turning the excel to use the relative path (relative to the portfolio file position and the way to construct the formula.
Karim
I have an issue getting the value of a cell from a file to an other :
I have created the files and docs as follow :
Portfolio
Portfolio.xls
Site 1
Proj1
ExcelProj.xls
Proj2
....
Site 2
...
In ExcelProj.xls I have named the cell L1 : _Name and M1 : _Fname
In portfolio I'm trying to get the information in C2 the value of _Name and Fname by doing some concatenations :
Portfolio looks like :
cell A B C D
1 Site Proj Name fname
2 Site1 Proj1 =concatenate("'.\relativepath\";$A2;"\";$B2;"\Excel";$B2;".xls'!_";C$1")
3 Site1 Proj2 ... =concatenate("'.\relativepath\";$A3;"\";$B3;"\Excel";$B3;".xls'!_";D$1")
4 ...
..
n Site2 Proj1
The aim is to use the function
='path\filename.xls'!_Beneficiarios but by constructing the address
thanks for any help on turning the excel to use the relative path (relative to the portfolio file position and the way to construct the formula.
Karim