Hi
I need to create a reference to another file that will work under Excel. The file can be saved anywhere, so the path cannot look like this:
=‘file:///Path & File Name’#$‘SheetName’.CellReference
I tried with:
=[SourceWorkbook.xlsx]Sheet!$A$1
But it doesn’t work
And it’s not about the value from the cell only, but about nesting it in the formula.
=VLOOKUP(C21;$Sheet1.$A$2:$E$4;3;FALSE())
And where Sheet1 is, there should be a reference to another file.
Calc 7.3.2.2