View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 1,726
Default How do I convert dates in Excel?

=DATE(LEFT(A21,4),MID(A21,5,2),MID(A21,7,2))

and format to the required date format.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"JDMocko" wrote in message
...
How do I convert dates from yyyymmdd120000[0:GMT] to mm/dd/yyyy in Excel
2003?