Convert UNIX time to normal

C

cwalker123

Is there a function or calculation that will convert UNIX time to norma
time?
Thanks,
Crai
 
B

Bernie Deitrick

Craig,

=A1/86400+DATE(1970,1,1)

where A1 has the UNIX date/time stamp.

Format for date, time, or date/time.

HTH,
Bernie
MS Excel MVP
 
Top