Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Ok so I have dates that have been written in as
Wednesday, 3 May 2009 not in 03/03/2009 format. Is there anyway of getting excel to recognise this as a date. I have tried to format as a date. (I am trying to use Date FIlters) Thanks in advance |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try the below formula
=DATEVALUE(MID(A1,FIND(",",A1)+1,20)) OR try DataText to columns with "," delimiter -- Jacob (MVP - Excel) "SarahN" wrote: Ok so I have dates that have been written in as Wednesday, 3 May 2009 not in 03/03/2009 format. Is there anyway of getting excel to recognise this as a date. I have tried to format as a date. (I am trying to use Date FIlters) Thanks in advance |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thankyou you have just saved me from manually converting 1852 dates!!!!
"Jacob Skaria" wrote: Try the below formula =DATEVALUE(MID(A1,FIND(",",A1)+1,20)) OR try DataText to columns with "," delimiter -- Jacob (MVP - Excel) "SarahN" wrote: Ok so I have dates that have been written in as Wednesday, 3 May 2009 not in 03/03/2009 format. Is there anyway of getting excel to recognise this as a date. I have tried to format as a date. (I am trying to use Date FIlters) Thanks in advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need help with converting CUSTOM format/TEXT format to DATE format | Excel Worksheet Functions | |||
Converting a date to text..Format question | Excel Discussion (Misc queries) | |||
Converting general text format to date | Excel Discussion (Misc queries) | |||
Converting date into text format | Excel Discussion (Misc queries) | |||
Converting number or text to a Date Format | New Users to Excel |