I use INDIRECT.EXT which works fine for closed files on network but when I make a reference to a SharePoint saved file it only updates values if the file is open.
Any way to fix this as I have lots of files there?
Revenue Streams - Hub Team Site/Private Documents/J NEW RELEASE PROCESS/A. New Release Master List and Entry Form LIVE/[NR0000350.xlsm]MasterList'!F$12
This is sample of the link:
=INDIRECT.EXT("'"&A1&"["&A2&".xlsm]"&A3&"'!"&A4)
This is my formula which only works when the NR0000350.xlsm is open.
Seems that function (introduced in Excel 2010) has some bugs.
I would suggest finding an alternate solution.
An easy one, I've found, is to build out the string as if it were going inside of the indirect function, but display it as a string in the cell. Then, copy the results and paste value in the intended location, and finally convert it to a formula.
Example:
in [B1], ="='"&A1&"["&A2&".xlsm]"&A3&"'!"&A4
in [B2], copy [B1], PV in [B2]
in [B2], find and replace "=" with "="
As you can see this is easily scriptable, and you can have your users (or yourself) change a few drop-downs and click a button.
Some of my users experience experience unhealthy levels of anxiety when they see an excel function they don't know. So I started using this method because, well, I just don't always have the time to deal with them.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.