> Excel中文手册 > EXCEL 计算公司员工的工作时间
中国教程网zhangditony翻译,转载请保留此信息 .
 

To calculate an employee's working hours:计算一个员工的工作时间

Enter the following formula into a cell:
在一个单元格里输入下面的公式
=C2-B2+IF(B2>C2,1)
The number 1 in the IF formula equals 24 when working with time.
数字1在IF公式里相当于24
For example, in D4 the calculation is
例如在D4单元格计算如下:
6.00 - 20.31+ 24.00 = 9.29.

EXCEL 计算公司员工的工作时间