Posted to microsoft.public.excel.programming
|
|
calculate time for employees in 24 hour operation
With startt time in A1 and end time in B1 either
=B1-A1+(A1B1)
or
=MOD(B1-A1,1)
--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=513773
|