View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Eduardo Eduardo is offline
external usenet poster
 
Posts: 2,276
Default Timesheet Calculation

Hi,
look into CPearson web

http://www.cpearson.com/excel/overtime.htm

there you will find times examples and the formulas for each calculation
Hope this helps



"blueriver" wrote:

I am sure this question has been answered before but I am dizzy trying to
sort through all of the other posts when I run a search.

I have a spreadsheet that does some pretty basic time in and time outs. I
have a validation table only allowing time on the quarter of an hour for the
time in and time out. It is formatted in 12:00 AM time.

In this particular instance I cannot get my formula to work when the end
time is 12:00 AM. E.g.:

Start time (D9) is 10:00 PM, End time (E9) is 12:00 AM. My formula reads
=IF(E90,(E9-D9)*1440/60,""). This formula returns nothing when the end time
is 12:00 AM. I need it to return 2.00 for the amount of hours.

Any thoughts and Thanks!
-CRM