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 dat
If you get a Error 509 in Libre office you may replace , by ; in the DATE() function
,
;
=(((COLUMN_ID_HERE/60)/60)/24)+DATE(1970;1;1)