View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Decreenisi Decreenisi is offline
external usenet poster
 
Posts: 10
Default Time calculations

On 1 Apr, 07:44, "Nigel" wrote:
Past this into Cell F5, do not forget to format F5 as "hh:mm:ss"

=IF(D5TIME(8,0,0),D5-TIME(8,0,0),0)

--

Regards,
Nigel


"Decreenisi" wrote in message

...

I am trying to create a time sheet for off site engineers.... In cell
D5 I have a calculation of total hrs worked (C5-B5). In cell F5 I want
to automatically have the overtime. So I would like a calculation that
says, if cell D5 8 hrs, it puts the total number of overtime hrs in
F5. Is there a simple formula / calculation I could use.


Thanks.


Thanks, works great !!