Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have some date strings I need to convert to date format. For example im
trying to convert strings like "200910" to Oct-2009. I tried using something like this to do it but I get an error: Cell A4: "200910" this is the date string to be converted Cell B4: =left(a4,4)&","&right(a4,2)&","&"01" changes to "2009,10,01" Cell C4: =date(b4) After converting to a date I would use the custom cell format "mmmm-yyyy" in C4 to give the result of Oct-2009. I get the error "You've entered too few arguments for this function" Can someone help? Thanks, Joe M. |
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 | |||
How do I convert US date with 12hr format to European date 24hr | Excel Discussion (Misc queries) | |||
Convert worksheet string name to date format in cell | 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) |