Thread: Date Conversion
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Date Conversion

=A1/(24*60*60)+DATE(1970,1,1)
--
David Biddulph

mecca wrote:
I import a date from another program which converts the date from
12/19/2008 to 1,229,666,400. How do I get excel to convert it back?