Forum Discussion
Twifoo
Mar 20, 2019Silver Contributor
Re: Formatting dates with TEXT issue
I noticed an extra closing parenthesis after TODAY. Revise your formula this way:
=TEXT(MONTH(TODAY()),
“mmm”)
=TEXT(MONTH(TODAY()),
“mmm”)
1 Reply
Sort By
- fmiddletonCopper Contributor
Twifoo that's just a typo in my posting, not in Excel.