I have a very large excel spread sheet that has a column of time stamps. Does anyone know convert that over to a date? Is there a function I can use? I tried format cell date but that doesn't work. My file is 91,568 KB. If there is a simpler way to this that would be great. I'm open to ideas.
Thank you in advance :)
P.S. I don't know any programming languages
i got result from this in LibreOffice Calc :
=DATE(1970,1,1)+Column_id_here/60/60/24
Use this formula and set formatting to the desired time format:
Source: http://www.bajb.net/2010/05/excel-timestamp-to-date/ Tested in libreoffice
If you get a Error 509 in Libre office you may replace
,
by;
in the DATE() functionbelow formula worked form me in MS EXEL
CELL_VALUE is timestamp in milliseconds
here is explanation for text function.
The answer of @NeplatnyUdaj is right but consider that Excel want the function name in the set language, in my case German. Then you need to use "DATUM" instead of "DATE":