excel date formatting not working

后端 未结 12 3185
-上瘾入骨i
-上瘾入骨i 2021-02-20 15:13

I have an excel sheet created by a 3rd party program.

One of the columns has dates in this format: \"Jan 19, 2015 03:00:00 PM\"

I would like these dates to appea

12条回答
  •  南方客
    南方客 (楼主)
    2021-02-20 15:23

    The following worked for me:

    • Select the date column.
    • Go to the Data-tab and choose "Text to Columns".
    • On the first screen, leave radio button on "delimited" and click Next.
    • Unselect any delimiter boxes (everything blank) and click Next.
    • Under column data format choose Date
    • Click Finish.

    Now you got date values

提交回复
热议问题