Equivalent of INDIRECT for a closed file WITHOUT MACRO
sodwac
Posted messages
7
Status
Membre
-
CHU -
CHU -
Hello,
I would like to ask for your help with a topic that I can't seem to find a solution for.
Even though the problem is well summarized in the title, I'll give you a bit more detail.
In the file File2, I have a formula of the type INDIRECT("'[file1]Sheet_Name!"&ADDRESS(ROW();COLUMN()). The data updates perfectly when File1 is open but unfortunately not when it is closed.
I absolutely need to keep the ADDRESS(ROW();COLUMN()) in my formula and I cannot use a macro.
Thank you in advance for your feedback.
Best regards,
5odwac
I would like to ask for your help with a topic that I can't seem to find a solution for.
Even though the problem is well summarized in the title, I'll give you a bit more detail.
In the file File2, I have a formula of the type INDIRECT("'[file1]Sheet_Name!"&ADDRESS(ROW();COLUMN()). The data updates perfectly when File1 is open but unfortunately not when it is closed.
I absolutely need to keep the ADDRESS(ROW();COLUMN()) in my formula and I cannot use a macro.
Thank you in advance for your feedback.
Best regards,
5odwac
A certain Wilson So developed a function that acts exactly like INDIRECT, but also with closed Excel files!
This function is called IndirectExt, I'm pasting the code below.
the Indirectex function doesn't seem to work because it returns the value 0 instead of the requested value (I have tried several times).
Does anyone have an idea?
Thank you.