View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Michael Michael is offline
external usenet poster
 
Posts: 791
Default Transform text in date format

Try this formula:
=DATE(RIGHT(D19,4),MID(D19,4,2),LEFT(D19,2))

Where D19 is the cell where the date is, the modify it as needed.
"ina" wrote:

Hello all,

I have this date 12.12.2006 and I would like to transform in a date
format. Is it possible? any suggestion?

Ina