Converting time stamps in excel to dates

后端 未结 13 1109
长情又很酷
长情又很酷 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:32

    This DATE-thing won't work in all Excel-versions.

    =CELL_ID/(60 * 60 * 24) + "1/1/1970"
    

    is a save bet instead.
    The quotes are necessary to prevent Excel from calculating the term.

提交回复
热议问题