Linking Sharepoint hosted excel files using an indirect formula

lewdow

New Member
Joined
Oct 8, 2008
Messages
25
I am trying to link one cell from a sharepoint hosted excel file into another sharepoint hosted excel file so that when the date changes in file x, it updates using the cell link in file y.

I have done this so far using:
='https://share.point.com/sites/site/subsite/Team%20Documents/folder/subfolder/[file%20y.xlsx]tab'!$E$6

however whenever I close the file and check it in, the formula reverts to using a local sharepoint drafts folder file path and being as multiple people will be using this is no use as they don't have access to my local drafts.

In order to get around this I have tried baking this into an indirect formula, with the subfolder and [file%20y.xlsx] being cell references as these can be variable. I have tested the logic multiple times and in theory it should work fine but it just returns #REF!.

Even taking out the variable element and putting:

=indirect("'https://share.point.com/sites/site/subsite/Team%20Documents/folder/subfolder/[file%20y.xlsx]tab'!$E$6")

returns #REF! - what is it about the combination of an indirect function and linking to a sharepoint hosted excel file that it doesn't like?

Thanks

Lewis
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.

Forum statistics

Threads
1,224,604
Messages
6,179,857
Members
452,948
Latest member
UsmanAli786

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top