Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Time calculations

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.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8,520
Default Time calculations

Paste this in F5
=IF(D58,D5-8,0)
--
If this post helps click Yes
---------------
Jacob Skaria


"Decreenisi" wrote:

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.

  #4   Report Post  
Posted to microsoft.public.excel.programming
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 !!
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Time calculations for Scheduled vs Actual Employee Time and Wages The Caterer Excel Discussion (Misc queries) 4 November 29th 09 11:51 PM
Time calculations for Scheduled Time vs. Actual Time Worked The Caterer Excel Discussion (Misc queries) 1 November 29th 09 08:08 AM
Time calculations for Scheduled vs Actual Employee Time and Wages The Caterer Excel Discussion (Misc queries) 2 November 29th 09 12:20 AM
Time difference calculations, daylight savings time, Excel Tim Excel Discussion (Misc queries) 1 December 28th 06 04:18 PM
convert time imported as text to time format for calculations batfish Excel Worksheet Functions 3 October 27th 05 11:24 PM


All times are GMT +1. The time now is 07:37 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"