Posted 30 September 2019, 5:57 am EST
Hello,
I found a localization problem about the v12.
Let’s take for example the function =TEXT
The correct use of this function is =TEXT(value, format), for instance =TEXT(B1;“mm/dd/aaaa”)
If i read a French sheet, where the function becomes =TEXTE, the format argument is not localized.
In France, ‘day’ becomes ‘jour’, and ‘year’ ‘annee’, etc.
So we can find argument like =TEXTE(B1;“jj/mm/aaaa”). In such case, an exception is generated and the function dosen’t work.
Is there a way to correct this please ?
Thank you.