Hi,
I have a problem with the INDIRECT funtion in combination with excel online (in web browser). With the desktop version, everything works fine.
I use the following code to access some data from a specific line of a differen excel sheet "otherSheet.xlsx" where i specify the linenumber in the first column of the corresponding row (here A1)
so in A1 i the linenumber which i want to query of otherSheet.xlsx
=INDIREKT(TEXTVERKETTEN("";WAHR;"'[otherSheet.xlsx]Tablename'!$J$"; WERTZUTEXT(A1)))
as said, this is working fine for the desktop app, but not for the online version. but for the online version, the result is "0".
if i query the field directly e.g. with (A1 would be 20 in that case) "='[otherSheet.xlsx]Tablename'!$J$20",
the field is set correctly for both version (online and desktop)
if i cange then back to my original code, the field is also set corretly (most likely because the value is already cached somewhere). So i think there is a probem with quering indirect links for the online version.
Is there a trick i can do?
thanks for helping.
Flo