Hi
normally INDIRECT would do. But as the other file is probably closed
INDIRECT won't work.
See the following thread for alternatives
http://tinyurl.com/2c62u
In your case INDIRECT.EXT should work. e.g.
=INDIRECT.EXT("'L:\[Franvaro1Av" & B5 & ".xls]Sammandrag'!$H$10")
--
Regards
Frank Kabel
Frankfurt, Germany
starfighter61 wrote:
Hello
If i read from another workbook lets say
='L:\[Franvaro1Av43.xls]Sammandrag'!$H$10
And like to change the number 43 in the link to 44
is it possible to link that part of the link to a cell
like if cell b5 has the value 44
='L:\[Franvaro1Av{b5}.xls]Sammandrag'!$H$10