View Single Post
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

=TEXT( A1*86400-DATE(1970,1,1)*24*60*60,"0000000000")

I have texted it as it is too long for an Excel number display

--
HTH

Bob Phillips

"jnorton" wrote in message
...
I have a field in Excel which is formatted as 4/21/2005 10:43
I am uploading this feild into mysql I need the datetime to be converted

to
unix time
like 1116910800 any ideas?