Thread: Date conversion
View Single Post
  #1   Report Post  
Gerrym
 
Posts: n/a
Default Date conversion

I want to convert a number i.e. 041006 into a date, having
formatted the new cell as date: dd/mm/yyy. When I use
the formula =DATE(left(D13,2),MID(D13,3,2),right(D13,2)
I get the date 06/10/1904, when it should be 06/10/2004.
Any suggestions please