Convert date starting from day month year by the month using the English name

0 3 127
3 REPLIES 3

I’m not sure what’s going on here… is this a question?

You should be able to use TEXT() to format the date into the format you want; as you’ve pointed out:


I want it to show like this.

29/Mar/2021

Is TEXT() not giving you that result?

try:

TEXT(..., "DD/MMM/YYYY")

Top Labels in this Space