Google 表格时间日期格式 2016-12-01T10:21:43.000Z 未识别为 DATATIME

1 date google-sheets google-sheets-formula

Google 生成带有以下时间戳的日志2016-12-01T10:21:43.000Z,但工作表不会将它们识别为时间/日期对象。
如何才能做到这一点?

mar*_*sos 5

试试这个(其中单元格I19是您的 ISO 8601 日期)

=REGEXREPLACE(I19,"T|\..+$"," ")
Run Code Online (Sandbox Code Playgroud)

在此输入图像描述