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

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