Jeff Meyers
Active Member
- Joined
- Mar 14, 2012
- Messages
- 405
I have an issue with links to other workbooks updating (or actually not updating).
I am using Excel 2010 on a PC with WIN 7.
Department managers complete financial projection files (workbooks). I have prepared a summary file (workbook) that will pull data from each of the departmental files. These departmental financial projection files will be updated monthly (with new files names) so I set-up my summary workbook to link to the other workbooks using INDIRECT() functions (along with INDEX() and MATCH()) as I would like the links to be dynamic.
The links work great as long as the workbooks I am linking to (using the INDIRECT() function) are opened. But if they are not opened then all of my INDIRECT() function links return a #REF! error.
If I were to "hardcode" the links:
Note: In both situations all files (workbooks) are located in the same folder.
In summary:
Thanks!
I am using Excel 2010 on a PC with WIN 7.
Department managers complete financial projection files (workbooks). I have prepared a summary file (workbook) that will pull data from each of the departmental files. These departmental financial projection files will be updated monthly (with new files names) so I set-up my summary workbook to link to the other workbooks using INDIRECT() functions (along with INDEX() and MATCH()) as I would like the links to be dynamic.
The links work great as long as the workbooks I am linking to (using the INDIRECT() function) are opened. But if they are not opened then all of my INDIRECT() function links return a #REF! error.
If I were to "hardcode" the links:
='[filename.xlsm]worksheet name'!cell ref
in my summary file (workbook) then I am given the option to update links when I open the file. Even then the INDIRECT() function links are not updated.
Note: In both situations all files (workbooks) are located in the same folder.
In summary:
- INDIRECT() function links will not update unless the linked file is open
- "Hardcode" links will update (option presented) even when the linked file is NOT open
Thanks!