I'm trying to display the month in capital letters like this: JUL 21. I've
tried to custom format using MMM dd but it displays as Jul 21. Is there a
way?
I guess it is not possible.
As a work around you can store your date in some other place then use this
formula on any cell you want
=UPPER(TEXT(A1,"mmm dd"))
This is assuming you input your date in A1
> I'm trying to display the month in capital letters like this: JUL 21. I've
> tried to custom format using MMM dd but it displays as Jul 21. Is there a
> way?
Yank - 22 Jul 2006 08:38 GMT
That worked. Thanks.
-----
> I guess it is not possible.
>
[quoted text clipped - 8 lines]
>> I've tried to custom format using MMM dd but it displays as Jul 21.
>> Is there a way?