Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi! Is it possible to remove the year from a date in Excel? I don't mean
just format it as MMDD, but actually make the stored value just MMDD. When I try to Mail Merge with Word I don't want the year displayed on the document - the year is totally unnecessary to my purposes. Or can a date be converted or just saved as text? Thanks! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Nancy
=TEXT(A1,"mmdd") -- Regards Roger Govier "Nancy K" <Nancy wrote in message ... Hi! Is it possible to remove the year from a date in Excel? I don't mean just format it as MMDD, but actually make the stored value just MMDD. When I try to Mail Merge with Word I don't want the year displayed on the document - the year is totally unnecessary to my purposes. Or can a date be converted or just saved as text? Thanks! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Perfect! Thanks!
"Roger Govier" wrote: Hi Nancy =TEXT(A1,"mmdd") -- Regards Roger Govier "Nancy K" <Nancy wrote in message ... Hi! Is it possible to remove the year from a date in Excel? I don't mean just format it as MMDD, but actually make the stored value just MMDD. When I try to Mail Merge with Word I don't want the year displayed on the document - the year is totally unnecessary to my purposes. Or can a date be converted or just saved as text? Thanks! |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
you mean like:
=TEXT(A1,"mm/dd") "Nancy K" wrote: Hi! Is it possible to remove the year from a date in Excel? I don't mean just format it as MMDD, but actually make the stored value just MMDD. When I try to Mail Merge with Word I don't want the year displayed on the document - the year is totally unnecessary to my purposes. Or can a date be converted or just saved as text? Thanks! |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Perfect! Thanks!
"JMay" wrote: you mean like: =TEXT(A1,"mm/dd") "Nancy K" wrote: Hi! Is it possible to remove the year from a date in Excel? I don't mean just format it as MMDD, but actually make the stored value just MMDD. When I try to Mail Merge with Word I don't want the year displayed on the document - the year is totally unnecessary to my purposes. Or can a date be converted or just saved as text? Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
calculate prior calendar year end from a moving current date | Excel Worksheet Functions | |||
How to return a value between date ranges | Excel Worksheet Functions | |||
List First Friday's Date of the year | Excel Discussion (Misc queries) | |||
changing the year of a date | Excel Worksheet Functions | |||
removing year from date | Excel Worksheet Functions |