View Single Post
  #2   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 unix time to Julian time in excel?

=DATE(1970,1,1)+A1/60/60/24

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


"Ken" wrote in message
...
I have a logging device that reports the time in "unix time."
Is there a formula that will do this?