Forum Discussion
Kondho
Oct 04, 2021Copper Contributor
Excel date function in wrong language
Hey!
This is my first post on this website so please let me know if I posted this in a wrong place.
I have this problem and I've been looking for the solution everywhere but I can't find any.
I recently bought a new Macbook air 2020 model and I am using the latest Excel
I live in Finland so my Mac's regional settings are set to be Finnish. However, everything else in my computer (including excel) are in English language. The computer, the Excel view and the formulas in Excel are in English. Also when I go to the settings (system preferences --> language and region --> apps) Excel is set to be using English language.
I am trying to make myself a budgeting tool with some dates in it.
The problem is that the formulas are in English but for some reason the date abbreviations in the formula are in Finnish.
I have a starting date(D11), which is the date the tool is used for the first time and the following months are changed automatically based on the starting month.
Below are the formulas in each cell
D11= 4.10.2021
C13= =TEXT(D11;"kkk/vv")
D13= =TEXT(EDATE(C13;1);"kkk/vv")
As you can see above. The abbreviations for the dates are in Finnish:
(Month=Kuukausi=k and Year=Vuosi=v)
So the formula is otherwise in English but not the abbreviations, which is really stupid.
How do I change this to English so that it would be
C13= =TEXT(D11;"mmm/yy")
D13= =TEXT(EDATE(C13;1);"mmm/yy")
This is so annoying since it doesn't make any sense to mix languages
Thank you in advance!
Kondho