在 excel 中将字符串转换为时间
Turning string into time in excel
有人知道如何将此字符串:PT5H23M
转换为 excel 中的可用时间吗?这应该放出 5 小时 23 分钟?
谢谢。
使用替代:
=--SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(A1,"M",":00"),"H",":"),"PT","")
然后格式化输出:[hh]" h" mm" min"
有人知道如何将此字符串:PT5H23M
转换为 excel 中的可用时间吗?这应该放出 5 小时 23 分钟?
谢谢。
使用替代:
=--SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(A1,"M",":00"),"H",":"),"PT","")
然后格式化输出:[hh]" h" mm" min"