Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
I have a cell for example that displays 03/07 as a text field for month and year. I want it converted to date field to display as = mar-07 or march 2007. when I use format or text function it converts to 03/07/2010. I dont want to have the current year display instead it should display 2007. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use:
=date(right(a1,2),left(a1,2),1) and format as: mmm-yy or mmmm yyyy Regards, Fred "Excellency" wrote in message ... Hi I have a cell for example that displays 03/07 as a text field for month and year. I want it converted to date field to display as = mar-07 or march 2007. when I use format or text function it converts to 03/07/2010. I dont want to have the current year display instead it should display 2007. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
convert date to text month | Excel Discussion (Misc queries) | |||
Convert Month, Week, Year to date | Excel Worksheet Functions | |||
Tell me which "season" (Month/Day through Month/Day) a date(Month/Day/Year) falls in (any year)??? | Excel Discussion (Misc queries) | |||
How do I convert a month-date format to day number of the year? | Excel Worksheet Functions | |||
Sort month/date/year data using month and date only | Excel Discussion (Misc queries) |