I've developed a spreadsheet used by dozens in my org. It has a graph that uses a named range (GraphPlanned) based on dynamic data on a different worksheet called "Calculations".
But when I enter the graph data series as ='Calculations'!GraphPlanned it accepts it, but then when I click again on Edit to view it, it always changes it to ='!FLD PnP 26Nov test.xlsm'!GraphPlanned
This works fine as long as its on my computer, but if I change the file name and reopen it, then it triggers the dreaded Link alert asking if I want to open the other spreadsheet.
Or if I upload it to the cloud for others to download and use, they encounter this error.
What am I doing wrong? This is really, really frustrating. Any help would be so much appreciated.
Below is the GraphPlanned named range if that's useful.
=OFFSET(INDEX(Calculations!$DE$36:$DE$119,MATCH((Calculations!$CA$30&"1")*1,Calculations!$DA$36:$DA$119)),0,0,(Calculations!$CA$31-Calculations!$CA$30)*4+4)
But when I enter the graph data series as ='Calculations'!GraphPlanned it accepts it, but then when I click again on Edit to view it, it always changes it to ='!FLD PnP 26Nov test.xlsm'!GraphPlanned
This works fine as long as its on my computer, but if I change the file name and reopen it, then it triggers the dreaded Link alert asking if I want to open the other spreadsheet.
Or if I upload it to the cloud for others to download and use, they encounter this error.
What am I doing wrong? This is really, really frustrating. Any help would be so much appreciated.
Below is the GraphPlanned named range if that's useful.
=OFFSET(INDEX(Calculations!$DE$36:$DE$119,MATCH((Calculations!$CA$30&"1")*1,Calculations!$DA$36:$DA$119)),0,0,(Calculations!$CA$31-Calculations!$CA$30)*4+4)