linking workbooks based on a variable factor

  • Thread starter Thread starter thedovonron
  • Start date Start date
T

thedovonron

Hi,

Is it possible to have links to another file based on a variable factor
selected in the main sheet?

For example, the main file is currently linking to a JuneUK.xls file as I'm
displaying June data. If I were to change the main file to show July data (by
dropdown box and Indirect formula) is it then possible for the links to
realise that they need to be adjusted to link to a JulyUK.xls file?

Hope this is clear. Let me know if not.

Cheers!
 
This is an example of what you would need. It references the cell in
row 2, column 3, of the Sheet1 sheet in workbook test.xls (you can
also use a path).

=INDIRECT(ADDRESS(2,3,1,TRUE,"[test.xls]Sheet1"))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top