+ Reply to Thread
Results 1 to 4 of 4

Calculating hourly rate to charge customer for a line item based on RT, OT, DT rates

  1. #1
    Registered User
    Join Date
    02-18-2013
    Location
    Nuevo
    MS-Off Ver
    Excel 2010
    Posts
    12

    Calculating hourly rate to charge customer for a line item based on RT, OT, DT rates

    Hi there! I am having an issue with figuring out the formula to calculate a rate to charge our customer by calculating X number of crew on site x Amount of Hours x Amount of Days and calculate the rate based on regular hours, overtime hours, Double time hours and add a markup of any percentage to it. The only way I was able to do it was calculate it by 10%, 20% or 30% markup only but we would like to just enter any percentage in Column A.

    This is what I came up with and works but only for the rates I mentioned:
    =IF(A2=0.1,IF(C2<=8,81,IF(C2<=10,87,IF(C2<=12,91))),IF(A2=0.2,IF(C2<=8,88,IF(C2<=10,94,IF(C2<=12,98))),IF(C2<=8,95,IF(C2<=10,101,IF(C2<=12,105)))))

    Also, we need it to calculate based on all hours over 12 hours as well (13, 16, etc.).

    I attached a copy of the worksheet and I would greatly appreciate any advice/instruction you can offer. Thank you so much for taking the time to review this.
    Attached Files Attached Files

  2. #2
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,396

    Re: Calculating hourly rate to charge customer for a line item based on RT, OT, DT rates

    In the attached I adjusted the lookup table to accept hour ranges 1 to 12 and greater. Also made the percentages real percentages.


    I
    J
    K
    L
    1
    10%
    20%
    30%
    2
    1
    $ 81.00
    $ 88.00
    $ 95.00
    3
    10
    $ 87.00
    $ 94.00
    $ 101.00
    4
    12
    $ 91.00
    $ 98.00
    $ 105.00


    Then in F2 and filled down. This returns the same as your longer formula without returns for 0 hours.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Dave

  3. #3
    Registered User
    Join Date
    02-18-2013
    Location
    Nuevo
    MS-Off Ver
    Excel 2010
    Posts
    12

    Re: Calculating hourly rate to charge customer for a line item based on RT, OT, DT rates

    Thank you again for your help.

    As it came down to it, I was simply overthinking it. After reviewing what you sent me, I took a step back and reviewed again and
    I came up with the attached, which is exactly what I needed.

    =IF(F2,IF(D2<=8,81,IF(D2<12,87,IF(D2>=12,91))))
    Attached Files Attached Files

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,396

    Re: Calculating hourly rate to charge customer for a line item based on RT, OT, DT rates

    Good deal.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ 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. Replies: 6
    Last Post: 01-18-2019, 03:29 PM
  2. Replies: 4
    Last Post: 03-10-2017, 05:35 AM
  3. Getting Item Rate from worksheet and calculating total item rates
    By skhari in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-17-2015, 04:17 PM
  4. Replies: 0
    Last Post: 09-24-2012, 07:23 PM
  5. Calculating wages from hours worked and hourly rates?
    By mathrocks in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 07-13-2010, 03:22 AM
  6. Calculating Daily Pay, Incorporating Variable Hourly Rates
    By ExcelTip in forum Tips and Tutorials
    Replies: 0
    Last Post: 08-23-2005, 12:34 PM
  7. Replies: 0
    Last Post: 08-23-2005, 12:33 PM

Tags for this Thread

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