You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm having two xlsx files (first_file.xlsx, second_file.xlsx), I need to reference a cell from the second file into the first one, something like this as in Excel:
In the first_file.xlxs, we need to have the value A51 in the sheet 1 of second_file.xlsx
='/home/skhdraoui/second_file.xlsx]sheet1'!A51
But it gives
#REF
The text was updated successfully, but these errors were encountered:
Hello,
I'm having two xlsx files (first_file.xlsx, second_file.xlsx), I need to reference a cell from the second file into the first one, something like this as in Excel:
In the first_file.xlxs, we need to have the value A51 in the sheet 1 of second_file.xlsx
='/home/skhdraoui/second_file.xlsx]sheet1'!A51
But it gives
#REF
The text was updated successfully, but these errors were encountered: