Forum Discussion
Viics
Feb 14, 2020Copper Contributor
Custom date cell format capital letters
Hi!
I need change the cell format for date, I want the text in capital letters, all of them, only I can chenge the first letter.
I used this format: [$-380a]mmmm;@ but for the days of the week doesn't work, even doesn't change the first letter as in month
I cant use the formula =MAYUSC() because the cell where is the month and days makes reference a other formula
Could you help me please?
2 Replies
- SergeiBaklanDiamond Contributor
There is no such custom number format which forces to return month names in uppercase. If within one cell, i.e. without MAYUSC() / UPPERCASE(), that's with VBA programming.
- JBF_54Brass ContributorTry =UPPER(TEXT(NOW(),"dddd, mmmm dd,yyyy"))