Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不知道这是否是问这个问题的正确地方,但请在下面考虑我的问题。
在excel中使用公式,我怎样才能将2012:06:28:15:52:32:000格式中的日期转换成东西6/28/2012 15:52?
2012:06:28:15:52:32:000
6/28/2012 15:52
如果数据在 A1 中,请在 B1 中尝试此公式
=TEXT(LEFT(SUBSTITUTE(A1,":",""),14)+0,"0000-00-00 00\:00\:00")+0
格式 B1 为所需的日期/时间格式,即 m/d/yyyy hh:mm