I got a report in excel and I'm having some trouble with a Russian PC. The formula TEXT is being used to get the month name from a date but, in the Russian PC it's not working and not given an error.
The formula is =TEXT(D7, "mmm")
and the result is "mmm"
.
I also tried (The excel way to handle dates in different languages):
=TEXT(D7, "[$-409]mmm")
and the result is "mmm"
.
I've tested different date functions and they all working. (Sum()
, month()
, changing data format, etc).
Version: Excel 365
As it works in my pc, does anyone have any idea what might be causing the error?