In “Source.ods”, cell B1 contains an integer. I have defined a Document (Global) name “Nasty” for that cell.
In a seprate Calc sheet, this always works:
='file:///home/someone/Documents/Source.ods'#$Sheet1.B1
But this gives “#NAME?” unless Source.ods is opened first.
='file:///home/someone/Documents//Source.ods'#Nasty
That seems like a bug?
I can create a link to that named range using “Sheet, Link to external data” but that is not ideal (I’d prefer to the the explicit link).