I have 2 shared spreadsheets I am trying to pull data from and have the data in 1 private spreadsheet. The shared Spreadsheets are on a shared Network Drive (X:).
Spreadsheet 1 has 2 Sheets (Test 1 and Test 2)
Spreadsheet 2 has 8 Sheets (Abc_1, Abc_2, Abc_3, …)
Referencing cells from Spreadsheet 1 using this formula
=‘file:///X:/Spreadsheet 1.ods’#$‘Test 1’.A1
works well and pulls correct data always.
But when using the same formula
=‘file:///X:/Spreadsheet 2.ods’#$Abc_7.B2
for some reason pulls data from Abc_2 B2 instead of Abc_7 B2.
When I create a completely new spreadsheet and use the formula the cell initially displays the correct information, however after saving, closing and reopening it once again pulls data from the wrong sheet, and always from the same Abc_2 instead of Abc_7 sheet.
Also when trying to pull data from
=‘file:///X:/Spreadsheet 2.ods’#$Abc_6.B3
it instead pulls from Abc_3 B3.
I have tried making a couple of new spreadsheets, installing the newest version of LibreOffice Calc and resetting to factory setting, but nothing helped.
Does anyone have an idea what the problem might be and what I can try to fix it?