我如何格式化电子表格中的总小时数?

问题描述 投票:0回答:1

如何将每天的总时间格式化为10:00,而不用小数点格式。

x

enter image description here

我还试图将Number转换为DurationFormat最终改变了总价值。

enter image description here

最诚挚的问候。

excel google-sheets excel-formula
1个回答
0
投票

C2中输入超时,在D2中输入超时,在E2中输入:

=D2-C2

格式如下:

enter image description here

© www.soinside.com 2019 - 2024. All rights reserved.