View Single Post
  #1  
Old 01-09-2009, 06:52 PM
neowok neowok is offline
Valued Forum Contributor
 
Join Date: 09 Feb 2004
Posts: 98
neowok is becoming part of the community
convert a text date into a proper date

I have a column of dates in thie format " January 5 03:09:36 2009" which i need to convert into a proper excel date that i can do further calculations on (adding up things, graphs etc based on dates).

Note the space before the month name. I thought about doing a left(cell,xx) to get it but that isnt going to work with the space infront and the variable length of month names.

I do not necessarily need the time included, it may be useful at some point if its easy to keep it as part of the data, if not i can live without it.

Thanks

Last edited by neowok; 01-09-2009 at 07:48 PM.
Reply With Quote