+ Reply to Thread
Results 1 to 2 of 2

Scheduling

  1. #1
    Adam R via OfficeKB.com
    Guest

    Scheduling


    I am trying to create a spreadsheet to calculate the hours employees work
    whilte taking into consideration a .5 or 1 hour lunch.


    I would like to type in a start time and an end time (ie 9:00 to 5:00).
    These values can be in seperate cells. I would then like to type in a
    seperate cell 1 for a 1 hour lunch. And have the total hours for the work
    day equal 7.

    Then I would like to be able to have a cell for total hours worked, based off
    the daily hours worked cells.

    My question is very similiar to a question on this link (
    http://www.officekb.com/Uwe/Forum.as...ng-Frustration )
    but no answer was posted.

    Any help would be appreciated.


    --
    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...excel/200507/1

  2. #2
    Matt Lunn
    Guest

    RE: Scheduling

    This is one way:

    Column A has your start time, Column B your lunch break time, Column C your
    end time

    formula in Column D

    =C1-A1-B1

    take care with your lunch break. You mesy enter in minutes and hours i.e
    01:00 or 00:30

    To calculate the sum I used three different cells. This is based on 11
    entries so uses D1:D11

    Cell 1 (F12)Calulates the Hours worked

    =SUMPRODUCT(HOUR(D1:D11))

    Cell 2 (F13) Calculates the Minutes

    =SUMPRODUCT(MINUTE(D1:D11))

    Cell 3 (F15) Calculates the total time

    =SUM(F12)+F13/60

    I'm sure there will be a super dooper all in one formula which can do the
    same thing but hey, it works!

    Post back if you have any problems

    Thanks,
    Matt


    "Adam R via OfficeKB.com" wrote:

    >
    > I am trying to create a spreadsheet to calculate the hours employees work
    > whilte taking into consideration a .5 or 1 hour lunch.
    >
    >
    > I would like to type in a start time and an end time (ie 9:00 to 5:00).
    > These values can be in seperate cells. I would then like to type in a
    > seperate cell 1 for a 1 hour lunch. And have the total hours for the work
    > day equal 7.
    >
    > Then I would like to be able to have a cell for total hours worked, based off
    > the daily hours worked cells.
    >
    > My question is very similiar to a question on this link (
    > http://www.officekb.com/Uwe/Forum.as...ng-Frustration )
    > but no answer was posted.
    >
    > Any help would be appreciated.
    >
    >
    > --
    > Message posted via OfficeKB.com
    > http://www.officekb.com/Uwe/Forums.a...excel/200507/1
    >


+ 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