+ Reply to Thread
Results 1 to 3 of 3

time in time out no idea how to calculate

  1. #1
    Registered User
    Join Date
    04-15-2007
    Posts
    3

    time in time out no idea how to calculate

    I am working on a school project and need to know how to complete a time in time out worksheet. here is what some of the problem says..."It helps to know thta tie time of day is stored internally as a decimal fraction from 0-.999. Midnight (12:00am) is stored as 0. Noon (12:00pm) is stored as 0.5 as it represents half a day. In similar fashion 6:00am and 6:00 pm are stored as .25 and .75 respectively. You can compute the elapsed time between two values by subtracting the the starting time from the ending time. The result is the fraction of a day that has elapsed which is then voncerted to the elapsed time in hours by multiplying by 24."

    Employee: Ginny Hourly Rate: $12.50

    Day Time In Time Out Hours
    Monday 9:00 AM 1:00 PM
    Tuesday 1:00 PM 6:30 PM
    Wednesday
    Thursday 12:00 PM 6:00 PM
    Friday 12:00 PM 6:00 PM
    Total Hours

    can anybody provide me with some insight? thanks!!!!!!!!!

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,454
    If you have time in and time out in A1, and B1, the following in C1 will return the difference, accounting for passage through midnight;

    =IF(B1-A1>0,B1-A1,(1-A1)+B1)

    HTH

    Dave

  3. #3
    Registered User
    Join Date
    04-15-2007
    Posts
    3
    Thanks alot!!!!
    Last edited by noprusack; 04-15-2007 at 02:21 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1