+ Reply to Thread
Results 1 to 6 of 6

Calculating overtime over several jobs

  1. #1
    Registered User
    Join Date
    05-02-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    2

    Calculating overtime over several jobs

    Hey everyone, I need a little bit of help here. I am using the attached spreadsheet to try and track how many hours my employees spend on each job (job costing if you will). I have the formulas set up in AA-AC to take anything over 40 hours and apply it to overtime for each job (see rows 4-8 for example). Since row 5 totals to over 40 hours, I would want the total hours (AA) to be applied directly to the OT column, because the employee will technically be on overtime at that point.

    I really hope I'm not missing something easy here but I've been staring at this for a few hours and just can't seem to crack the enigma. Thanks in advance and I'll answer any questions as quickly as I can.

    Thanks!
    Attached Files Attached Files
    Last edited by furnitureguy; 05-02-2013 at 03:41 PM.

  2. #2
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,293

    Re: Calculating overtime over several jobs

    I changed the orange cells.
    Is this what you meant
    Attached Files Attached Files
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Calculating overtime over several jobs

    row 5 does not total 40 (30.75), but when I add another 10 hours to it...

    AA5 = 40.75
    AB5 = 40
    AC5 = 0.75

    Am I missing something?
    (and on a side note, instead of =G5+J5+M5+P5+S5+V5+Y5 in column Z, you could use this...=SUMIF($E$2:$Y$2,"total",E5:Y5)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Registered User
    Join Date
    05-02-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Calculating overtime over several jobs

    Ok I updated the spreadsheet to maybe make this a little more clear. Column D represents a given job that my employee is working on, and in D5-D7 they are working on 3 different jobs during one week. So if he spends 42.75 hours on the first project (Amerra in this example), any other job he works on is going to be purely overtime since he already cleared 40 hours. In this case, AB6 and AB7 would equal to 0 and AC6 and AC7 would be 4 and 8 respectively.

    Say AA5 only equaled 32, AB6 would still be 4, but AB7 would be 4, with the remaining 4 hours (anything over 40), going into AC7.

    Sorry for the semi-complicated explanation.

  5. #5
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,293

    Re: Calculating overtime over several jobs

    use this formula in AB5:
    =MIN(40;AA5)

  6. #6
    Registered User
    Join Date
    06-09-2009
    Location
    Atlanta, Georgia
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Calculating overtime over several jobs

    I know it's been 3 years, but has anyone ever come up with a solution to this? I have a similar issues. I've put some half hearted attempts at doing this, but to no avail. I have been just calculating manually by looking at what jobs they were on AFTER they hit 40. It would be much better if i could automate this and take human error out of the calculations.

+ 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