Converting time stamps in excel to dates

后端 未结 13 1052
长情又很酷
长情又很酷 2020-12-23 12:38

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

相关标签:
13条回答
  • 2020-12-23 13:33

    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":

    =(((COLUMN_ID_HERE/60)/60)/24)+DATUM(1970,1,1)
    
    0 讨论(0)
提交回复
热议问题