I’m trying to highlight any word in column G that appears in sheet1 column A, using:
COUNTIF(sheet1.$A$1:$A$282,G2)
Range: G2:G1000
This seems to work fine at first, however, when closing and reopening the file the . in the formula reverts to a !, consequently breaking the reference.
I can fix this by saving the file as ods, but I prefer not to, as it’s a work thing. Is this a general bug with sheet referencing in xlsx files?
Tested with 2 builds (I use 7.5.5.2 because for some reason v24 cannot open some of my xlsx files that v7 has no problem with):
Version: 7.5.5.2 (X86_64) / LibreOffice Community
Build ID: ca8fe7424262805f223b9a2334bc7181abbcbf5e
and
Version: 24.8.2.1 (X86_64) / LibreOffice Community
Build ID: 0f794b6e29741098670a3b95d60478a65d05ef13
CPU threads: 4; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: en-CA (en_SE); UI: en-US
Calc: CL threaded
Edit: the ods and formula are incompatible with Excel: it will open the file, tell you there’s something wrong with it, try to fix it and then delete the formula. It’s a solution so long as noone uses Excel to open the file. (Which someone might, at some point.)
Isn’t there any way to have LO use ! and make it compatible with Excel?