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.
在 Libre Calc 中,如何将具有“4 小时 15 分钟”的单元格转换为十进制值并将其放在另一个单元格中?
非常感谢您的帮助!
不确定“十进制值”是什么意思,你想为你的例子得到 4.25 吗?
如果这是 A1 中的文本值,请在 B1 中尝试此公式
=SUBSTITUTE(SUBSTITUTE(A1," hours ",":")," minutes","")*24
将 B1 格式化为数字
注意:这适用于 Excel - 我目前无权访问 libreoffice 进行检查