Hi. Today is November 13. I have Libreoffice Calc document and in it in the cell A3 the value is =TODAY(). I need to put a formula to the cell B3 which calculates the following string:
Today is November 13, 2024 (or 13 listopada 2024 in Polish)
Is this possible without hardcoding month names in the formula?
CHOOSE(MONTH(A3); "stycznia",...)
Is it possible to just set 2 different languages in 2 cells, use format MMMM and then contatenate the cell formatted values instead of using TEXT()?