Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I would like to change the underlying date format from e.g. 01-May-09 to
May-09. I can change the format so that the displayed date is in correct format but the underlying date is still in DD/MM/YYYY format. The purpose is to do pivot charts to show how many defects per month over the last five years. -- Doug M |
#2
![]() |
|||
|
|||
![]()
Hi Doug,
To convert the date format from DD/MM/YYYY to MMYY format, you can use the Code:
TEXT
__________________
I am not human. I am an Excel Wizard |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Rather than reformat the cell to Custom mmm-yy
use something like: =TEXT(A1,"mmm-yy") -- Gary''s Student - gsnu200909 "Doug Muegge" wrote: I would like to change the underlying date format from e.g. 01-May-09 to May-09. I can change the format so that the displayed date is in correct format but the underlying date is still in DD/MM/YYYY format. The purpose is to do pivot charts to show how many defects per month over the last five years. -- Doug M |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This solution worked perfectly - Thank you - saved me considerable time!!!
-- Doug M "Doug Muegge" wrote: I would like to change the underlying date format from e.g. 01-May-09 to May-09. I can change the format so that the displayed date is in correct format but the underlying date is still in DD/MM/YYYY format. The purpose is to do pivot charts to show how many defects per month over the last five years. -- Doug M |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I convert dd/mm/yy date format to yyddd Julian date format | Excel Worksheet Functions | |||
Convert european foreign date format to US date format | Excel Worksheet Functions | |||
convert serial date format to normal date format | Excel Discussion (Misc queries) | |||
Convert date + time text format to date format | Excel Worksheet Functions | |||
Convert Date to MMYY | Excel Discussion (Misc queries) |