Forum Discussion
nurkoandrea
Sep 06, 2022Copper Contributor
Custom Date Format Question in Excel
Hi, I'm hoping someone can help me with this. I am trying to create a custom date format that would look like "SEPTEMBER 26 @ 11:59 PM". By typing in the following formula "[$-en-US]mmmm ...
- Sep 06, 2022If it helps then please mark it as solved (tick mark the answer). In case of formula you can try =UPPER(TEXT(A1,"[$-en-US]mmmm d \@ h:mm AM/PM")). I am not sure about custom formatting to make it caps.
Harun24HR
Sep 06, 2022Bronze Contributor
nurkoandrea Try below custom number format.
[$-en-US]mmmm d \@ h:mm AM/PM
Or TEXT() function like
=TEXT(A1,"[$-en-US]mmmm d \@ h:mm AM/PM")
nurkoandrea
Sep 06, 2022Copper Contributor
That worked! Thank you very much, but do you also know how to make it all caps?
- Harun24HRSep 06, 2022Bronze ContributorIf it helps then please mark it as solved (tick mark the answer). In case of formula you can try =UPPER(TEXT(A1,"[$-en-US]mmmm d \@ h:mm AM/PM")). I am not sure about custom formatting to make it caps.