Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm a novice at Excel. How do I get the date format ddmmmyy to display the
month portion in CAPs? Thank you any assistance you can give. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
A common question that's been asked several times.
You can't format a date to display all capitals. You can create a text cell, though, which will do it, as in: =upper(text(a1,"ddmmmyy")) -- Regards, Fred "excel-duh?" wrote in message ... I'm a novice at Excel. How do I get the date format ddmmmyy to display the month portion in CAPs? Thank you any assistance you can give. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can't unless you want to use a TEXT string as the date.
Manually typed in: '20FEB07 Or, if the true date is already entered in a cell: A1 = 20-Feb-07 (a true Excel DATE) =UPPER(TEXT(A1,"ddmmmyy")) Will return 20FEB07 as a *TEXT* string (not a true Excel DATE) Biff "excel-duh?" wrote in message ... I'm a novice at Excel. How do I get the date format ddmmmyy to display the month portion in CAPs? Thank you any assistance you can give. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you Fred Smith and T. Valko very much for such a quick response. It was
what I needed. "T. Valko" wrote: You can't unless you want to use a TEXT string as the date. Manually typed in: '20FEB07 Or, if the true date is already entered in a cell: A1 = 20-Feb-07 (a true Excel DATE) =UPPER(TEXT(A1,"ddmmmyy")) Will return 20FEB07 as a *TEXT* string (not a true Excel DATE) Biff "excel-duh?" wrote in message ... I'm a novice at Excel. How do I get the date format ddmmmyy to display the month portion in CAPs? Thank you any assistance you can give. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback!
Kind of makes you wonder why you can't format a date in that manner!!!!! Biff "excel-duh?" wrote in message ... Thank you Fred Smith and T. Valko very much for such a quick response. It was what I needed. "T. Valko" wrote: You can't unless you want to use a TEXT string as the date. Manually typed in: '20FEB07 Or, if the true date is already entered in a cell: A1 = 20-Feb-07 (a true Excel DATE) =UPPER(TEXT(A1,"ddmmmyy")) Will return 20FEB07 as a *TEXT* string (not a true Excel DATE) Biff "excel-duh?" wrote in message ... I'm a novice at Excel. How do I get the date format ddmmmyy to display the month portion in CAPs? Thank you any assistance you can give. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formating - Date as Month In All Caps | Excel Worksheet Functions | |||
Can I format a date in all caps? | Excel Discussion (Misc queries) | |||
How to display month only for date format? | Excel Discussion (Misc queries) | |||
day/month/year in incorrect format for date format | Excel Worksheet Functions | |||
Month Year Date Format | Excel Worksheet Functions |