+ Reply to Thread
Results 1 to 3 of 3

Keeping track of and totaling hours worked

  1. #1
    Registered User
    Join Date
    01-13-2006
    Posts
    1

    Keeping track of and totaling hours worked

    I keep track of my daily work hours using Excel. I enter starting time in one column and ending time in the next. I would like for the next column to calculate the total hours worked and rounded to the next 1/10th of an hour. I know it can be done, but I haven’t figured it out yet. Any help would be very much appreciated.
    Popeye

  2. #2
    pinmaster
    Guest

    RE: Keeping track of and totaling hours worked

    Hi Popeye

    1/10th that would be 6 minutes? If so then try this:

    =CEILING(B1-A1,TIME(0,10,0))

    HTH
    JG

    "Popeye" wrote:

    >
    > I keep track of my daily work hours using Excel. I enter starting time
    > in one column and ending time in the next. I would like for the next
    > column to calculate the total hours worked and rounded to the next
    > 1/10th of an hour. I know it can be done, but I haven’t figured it out
    > yet. Any help would be very much appreciated.
    > Popeye
    >
    >
    > --
    > Popeye
    > ------------------------------------------------------------------------
    > Popeye's Profile: http://www.excelforum.com/member.php...o&userid=30454
    > View this thread: http://www.excelforum.com/showthread...hreadid=501284
    >
    >


  3. #3
    pinmaster
    Guest

    RE: Keeping track of and totaling hours worked

    Oops.....should be:

    =CEILING(B1-A1,TIME(0,6,0))

    Regards
    JG

    "Popeye" wrote:

    >
    > I keep track of my daily work hours using Excel. I enter starting time
    > in one column and ending time in the next. I would like for the next
    > column to calculate the total hours worked and rounded to the next
    > 1/10th of an hour. I know it can be done, but I haven’t figured it out
    > yet. Any help would be very much appreciated.
    > Popeye
    >
    >
    > --
    > Popeye
    > ------------------------------------------------------------------------
    > Popeye's Profile: http://www.excelforum.com/member.php...o&userid=30454
    > View this thread: http://www.excelforum.com/showthread...hreadid=501284
    >
    >


+ 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