I noticed that when entering an AND function in CALC using the syntax shown in the Help
=AND(12<13;14>12;7<6)
the syntax gets modified by CALC replacing the semicolons with commas.
=AND(12<13,14>12,7<6)
This is an example and is not limited to AND() but I’m not going to go into an exhaustive list.
This is behavior I’ve not seen in other common spreadsheet apps. The Libre Help matches what I expect ( but the reality does not.
Syntax
AND(LogicalValue1; LogicalValue2 ...LogicalValue30)
I fear that spreadsheets that function in other apps once opened and modified in Libre will become syntactically incompatible with the original app. It does not seem reasonable to me that Libre is modifying formulas in this way.
Is there a reason Libre does this? Or BUG?