Hi there, I was trying to figure out how to do a code that input Month and Day for LibreOffice Calc. I tried various methods that I found on this site but they came back with errors.
I want to do this way.
EG: November 5th
I even used this but it’s not the correct format code that I wanted.
=DAY(TODAY())&IF(OR(DAY(TODAY())={1;2;3;21;22;23;31}), CHOOSE(1*RIGHT(DAY(TODAY()),1),“st”,"nd ","rd "),"th ") &TEXT(TODAY(),“mmmm dd”)
It came back as 5th November 5
How can I solve this?
Thank you.