H
Hond70
Help, this is a disaster... I discovered that indirect.ext (add in of
morefunc) only pulls the first 255 characters of the contents of a
cell, when the target file is closed. It does pull out the full 1024
characters when both files are open.
This is not what indirect.ext was designed for.
I also tried Grove's pull-function, but unfortunately this also has
the 255 characters limitation.
Only when using the direct
=c:\test.xls[sheet1]!A1
results in a full loaded cell of the max. visible 1024 characters.
I can't open 172 (!) files together to pull data into my file... you
would need 2 Gigs of RAM.....
Anybody has a solution? I discovered this after 2 months of work on
hundreds of sheets that will pull data out of another hundreds of
files (questionnaires). Now I really freaking out!!!!!!!
I use formulas like
=IF(ISERROR(SETV(INDIRECT.EXT("'"&Locaties!$A$1&"["&A11&".xls]"&$C$3&"'!$B$"&$D$3)));"";IF(GETV()
<> 0;GETV();""))
and
=IF(ISERROR(INDIRECT.EXT("'"&Locaties!$A$1&"["&A10&".xls]"&$C$3&"'!$B$"&$D$3));"";INDIRECT.EXT("'"&Locaties!$A$1&"["&A10&".xls]"&$C$3&"'!$B$"&$D$3))
morefunc) only pulls the first 255 characters of the contents of a
cell, when the target file is closed. It does pull out the full 1024
characters when both files are open.
This is not what indirect.ext was designed for.
I also tried Grove's pull-function, but unfortunately this also has
the 255 characters limitation.
Only when using the direct
=c:\test.xls[sheet1]!A1
results in a full loaded cell of the max. visible 1024 characters.
I can't open 172 (!) files together to pull data into my file... you
would need 2 Gigs of RAM.....
Anybody has a solution? I discovered this after 2 months of work on
hundreds of sheets that will pull data out of another hundreds of
files (questionnaires). Now I really freaking out!!!!!!!
I use formulas like
=IF(ISERROR(SETV(INDIRECT.EXT("'"&Locaties!$A$1&"["&A11&".xls]"&$C$3&"'!$B$"&$D$3)));"";IF(GETV()
<> 0;GETV();""))
and
=IF(ISERROR(INDIRECT.EXT("'"&Locaties!$A$1&"["&A10&".xls]"&$C$3&"'!$B$"&$D$3));"";INDIRECT.EXT("'"&Locaties!$A$1&"["&A10&".xls]"&$C$3&"'!$B$"&$D$3))