+ Reply to Thread
Results 1 to 3 of 3

Calculate total time worked from signing in and signing out

  1. #1
    Registered User
    Join Date
    03-08-2007
    Posts
    1

    Calculate total time worked from signing in and signing out

    I would like some help on how to calculate total number of hours and minutes worked from 2 columns labelled A2 'signed in' and B2 'signed out' and the result in C2.

  2. #2
    Forum Expert
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    as long as the times do not go over midnight just =b2-a2 and format as [h]:mm

    or multiply by 24 to make it decimal hours and format as a number

    If the times go through midnight let me know and I will amend the formula perhaps
    if(b2<a2,24-a2+b2,b2-a2)

    regards

    Dav
    Last edited by Dav; 03-08-2007 at 11:28 AM.

  3. #3
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    Quote Originally Posted by sumankhs
    I would like some help on how to calculate total number of hours and minutes worked from 2 columns labelled A2 'signed in' and B2 'signed out' and the result in C2.
    in cell C1 put

    =B2-A1

    and format cell C1 as [h]:mm

+ 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