Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Is there a custom format that will display a date with the month in uppercase eg 13-MAR-2007? I can acheive the same effect using an adjacent calculation column to return a text string in this format (eg =DAY(A1) &UPPER(TEXT(A1," mmm ")) &YEAR(A1)) but this seems overkill. I would rather just format the column with the actual data. Thanks in advance, Glen |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Formatting dates in uppercase is not supported in Excel.
As an aside, you can simplify your formula slightly by getting Text to do all the work, ie: =upper(text(a1,"dd mmm yyyy")) -- Regards, Fred "Glen" wrote in message ... Hi, Is there a custom format that will display a date with the month in uppercase eg 13-MAR-2007? I can acheive the same effect using an adjacent calculation column to return a text string in this format (eg =DAY(A1) &UPPER(TEXT(A1," mmm ")) &YEAR(A1)) but this seems overkill. I would rather just format the column with the actual data. Thanks in advance, Glen |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for that. I suspected as much but didn't want to leave any stone
unturned... Cheers, Glen "Fred Smith" wrote: Formatting dates in uppercase is not supported in Excel. As an aside, you can simplify your formula slightly by getting Text to do all the work, ie: =upper(text(a1,"dd mmm yyyy")) -- Regards, Fred "Glen" wrote in message ... Hi, Is there a custom format that will display a date with the month in uppercase eg 13-MAR-2007? I can acheive the same effect using an adjacent calculation column to return a text string in this format (eg =DAY(A1) &UPPER(TEXT(A1," mmm ")) &YEAR(A1)) but this seems overkill. I would rather just format the column with the actual data. Thanks in advance, Glen |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need an UPPERCASE format ability in Excel just like Word | Excel Discussion (Misc queries) | |||
How to format cells for uppercase entry | New Users to Excel | |||
Format Excel column as Upper Case without use of UPPERCASE formul | Excel Discussion (Misc queries) | |||
day/month/year in incorrect format for date format | Excel Worksheet Functions | |||
Create a custom chart, two stacked bars/month w/ two axes? | Charts and Charting in Excel |