+ Reply to Thread
Results 1 to 4 of 4

Hours and Money

Hybrid View

  1. #1
    shaun
    Guest

    Hours and Money

    I wish to create a formula which can add two times together, and then a
    formula that can multipy that by a pay rate.

    I can figure out something to add the times, but it doesn't seem to work
    multiplying it by a payrate. Can you help?

    Thanks.

  2. #2
    Forum Expert swatsp0p's Avatar
    Join Date
    10-07-2004
    Location
    Kentucky, USA
    MS-Off Ver
    Excel 2010
    Posts
    1,545
    You say you are adding times. I am assuming that your times are in hh:mm format. Therefore, 7:30 = seven hours and 30 minutes? If so, you cannot multiply this by an "hourly" rate. You must first change your hours/minutes to hours/part of hour. This is done by multiplying your time number by 24.

    Example: Your number of hh:mm is in cell E7 and your hourly rate is $10.00. Place this formula in F7 to calculate gross earnings:

    (E7*24)*10

    Here is a formula I use with a time sheet my employees use to track their IN/OUT, IN/OUT for each day:

    =IF(((D8-C8)+(F8-E8))*24<0,0,((D8-C8)+(F8-E8))*24)

    Col. C is for punch IN for the day
    Col. D is for punch OUT for lunch
    Col. E is for punch IN from lunch
    Col. F is for punch OUT for the day

    If the total value for the day is zero, I enter zero in the Total column G, if not, I add together the morning and afternoon work hours for a daily total in a decimal format, e.g. 8.25 hours (eight hours and fifteen minutes)

    At the end of the pay period, I tally these numbers and multiply by their hourly rate.

    HTH
    Bruce
    The older I get, the better I used to be.
    USA

  3. #3
    Peo Sjoblom
    Guest

    RE: Hours and Money

    One excel hour is 1/24 so to be able to get an amount based on an hourly
    payrate

    =added_hours*24*payrate

    format as general or currency


    Regards,

    Peo Sjoblom

    "shaun" wrote:

    > I wish to create a formula which can add two times together, and then a
    > formula that can multipy that by a pay rate.
    >
    > I can figure out something to add the times, but it doesn't seem to work
    > multiplying it by a payrate. Can you help?
    >
    > Thanks.


  4. #4
    Ron de Bruin
    Guest

    Re: Hours and Money

    See Chip Pearson's site for example formulas
    http://www.cpearson.com/excel/overtime.htm

    --
    Regards Ron de Bruin
    http://www.rondebruin.nl



    "shaun" <shaun@discussions.microsoft.com> wrote in message news:09795BB6-D3F0-4ADA-943C-A80497F67886@microsoft.com...
    >I wish to create a formula which can add two times together, and then a
    > formula that can multipy that by a pay rate.
    >
    > I can figure out something to add the times, but it doesn't seem to work
    > multiplying it by a payrate. Can you help?
    >
    > Thanks.




+ 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