+ Reply to Thread
Results 1 to 6 of 6

Variable Overtime Calculation

  1. #1
    Registered User
    Join Date
    11-08-2015
    Location
    NY
    MS-Off Ver
    2013
    Posts
    3

    Variable Overtime Calculation

    Hello -

    New regulations in our industry has led us to calculate OT a little different and I need a formula to help. Until now, overtime in our Industry was calculated at 1.5 time state Min Wage. So formula was easy/static. Now its reverted to follow the normal, whereby OT has to be paid at the hourly rate that employee is paid for their shift. Under normal conditions, this is easy to calculate, however we have one situation where we bill a static rate and pay employees a set daily rate Vs hourly rate. We need to continue to pay the daily rate for this one particular type of structure, so we need to include any OT, if earned, and keep the total within the daily rate number, if this makes sense

    For simplicity the Rate is 1000/day. Staff get paid 13 Hours per day for payroll calculation purposes

    Day 1 - 13 hours - No OT
    Day 2 - 26 hours - No OT
    Day 3 - 39 Hours - No OT
    Day 4 - 52 Hours - OT
    Day 5 - 65 Hours - OT
    Day 6 - 78 Hours - OT
    Day 7 - 91 Hours - OT

    So the First 3 days - No OT. They get a flat rate of $3000

    If the employee works 4 days, they get a flat rate of $4000, however now, I have to include 12 hours of OT in their pay stub.
    If the employee works 5 days, they get a flat rate of $5000, however now, I have to include 25 hours of OT in their pay stub.
    If the employee works 6 days, they get a flat rate of $6000, however now, I have to include 38 hours of OT in their pay stub.
    If the employee works 7 days, they get a flat rate of $7000, however now, I have to include 51 hours of OT in their pay stub.

    The last fly in the ointment is that the Daily rate can change depending on the contract. For example. For 4 days @ rate of $4000, through trial and error, I have figured that I need to pay 40 hours at $69 and 12 hours at 103.5 (1.5*69) to total ~ $4000

    I need direction on a formula for an excel spreadsheet, where I can punch in a daily rate, and it works through each day and spit out a regular rate and OT rate which in total keeps me at the rate for the number of days. I know its possible to do this, I just cannot put my finger on how. I am thinking some type of Array or something.

    I hope I am explaining this correctly, and if not please ask me to clarify.

    Appreciate any help

    regards
    Vincent
    Last edited by vmcmahon; 11-08-2015 at 09:03 PM.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Variable Overtime Calculation

    ... I have figured that I need to pay 40 hours at $17.25 and 12 hours at 28.87 (1.5*17.25) to total ~ $4000
    =40*17.25 + 12*28.87 ~ 1036, not 4000.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    11-08-2015
    Location
    NY
    MS-Off Ver
    2013
    Posts
    3

    Re: Variable Overtime Calculation

    Quote Originally Posted by shg View Post
    =40*17.25 + 12*28.87 ~ 1036, not 4000.
    Thanks SHG - TYPO. I am playing with different numbers and mixed them up. - corrected now

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Variable Overtime Calculation

    Row\Col
    A
    B
    C
    1
    Hours
    52
    B1: Input
    2
    Amt
    $ 4,000.00
    B2: Input
    3
    Str Rate
    $ 68.97
    B3: =B2 / (40 + MAX(0, B1-40)*1.5)
    4
    OT Rate
    $ 103.45
    B4: =B3*1.5

  5. #5
    Registered User
    Join Date
    11-08-2015
    Location
    NY
    MS-Off Ver
    2013
    Posts
    3

    Re: Variable Overtime Calculation

    SHG - Thank you so much. Much appreciated - works like a charm

    regards
    V

  6. #6
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Variable Overtime Calculation

    You're welcome.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Overtime calculation
    By thameem127 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-28-2015, 02:44 AM
  2. overtime calculation
    By EMATS480 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 04-21-2014, 06:40 PM
  3. Overtime Hours Calculation
    By pritesh118 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-21-2013, 11:17 AM
  4. Timesheet calculation for overtime and double overtime
    By eortega in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-29-2013, 03:28 PM
  5. Overtime Calculation
    By sfynx in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-14-2013, 07:44 AM
  6. Overtime Calculation
    By JonesZoid in forum Excel General
    Replies: 1
    Last Post: 03-09-2010, 08:38 PM
  7. Overtime Calculation???
    By Cherilou in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-17-2006, 04:37 AM

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