+ Reply to Thread
Results 1 to 8 of 8

bill rate / pay rate calcs

  1. #1
    Registered User
    Join Date
    03-06-2015
    Location
    Denver, CO
    MS-Off Ver
    2010 & 2013
    Posts
    53

    bill rate / pay rate calcs

    I have attached a spreadsheet ... there are 3 sets of data in it

    the first one works perfectly and has a formula for calculating the gross profit % given 4 variables: burden, 3rd party adjustment, bill rate and pay rate. I am looking for 2 formulas: 1 that calculates the bill rate given the other 4 variable are known and 1 that calculates the pay rate given the other 4 variables.

    I can't seem to get it right.

    thank you for your help.
    Attached Files Attached Files

  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: bill rate / pay rate calcs

    You were supposed to pay attention in that algebra class ...
    Attached Files Attached Files
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Expert Crooza's Avatar
    Join Date
    10-19-2013
    Location
    Hunter Valley, Australia
    MS-Off Ver
    Excel 2003 /7/10
    Posts
    2,082

    Re: bill rate / pay rate calcs

    In H7

    =-I7*(BURDEN+1)/(J7-1-Adj)

    and in N7

    =-M7*(O7-1-Adj)/(BURDEN+1)
    Happy with my advice? Click on the * reputation button below

  4. #4
    Registered User
    Join Date
    03-06-2015
    Location
    Denver, CO
    MS-Off Ver
    2010 & 2013
    Posts
    53

    Re: bill rate / pay rate calcs

    you guys whipped that up in just a couple of mins ... I do fancy myself as 'decent' in algebra ... because of that ... I spent 2 days of my life (never to get them back) trying to solve for these two ... I couldn't get around always finding myself with the variable I was solving for on both sides of my equation ... I just couldn't figure it out ... I am VERY appreciative.

    2 things:
    1. did you notice a simpler version of my long equation?
    2. any pointers on HOW you came up with it ... where was I going wrong? I would love to learn a little here not just take the answer ...

    thank you again!!!

  5. #5
    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: bill rate / pay rate calcs

    Just simplified the expression and removed the unnecessary parens.

  6. #6
    Valued Forum Contributor
    Join Date
    05-11-2013
    Location
    Wales
    MS-Off Ver
    Excel 2010
    Posts
    586

    Re: bill rate / pay rate calcs

    Hi,

    I couldn't help but notice that if the "Burden" is set at 17% all tables match.
    All 3 tables refer to "Burden".
    But if you change the "Burden" to any other percentage they don't match.
    Is this supposed to happen?
    Or am I missing something?

    Regards

    peterrc

  7. #7
    Forum Expert Crooza's Avatar
    Join Date
    10-19-2013
    Location
    Hunter Valley, Australia
    MS-Off Ver
    Excel 2003 /7/10
    Posts
    2,082

    Re: bill rate / pay rate calcs

    Not on computer at present(iPad only) but I recall your formula had the form
    If(iserror(formula),0,formula)

    You can simplify this by

    Iferror(formula, 0)

    The other issue is you had a lot of redundant brackets. You don't need brackets around things that follow the normal order of operations. So ((A1*B1)+C1) can be written without brackets but (A1+b1)/c1 needs the brackets to get the correct order of operation

  8. #8
    Forum Expert Crooza's Avatar
    Join Date
    10-19-2013
    Location
    Hunter Valley, Australia
    MS-Off Ver
    Excel 2003 /7/10
    Posts
    2,082

    Re: bill rate / pay rate calcs

    Quote Originally Posted by peterrc View Post
    Hi,

    I couldn't help but notice that if the "Burden" is set at 17% all tables match.
    All 3 tables refer to "Burden".
    But if you change the "Burden" to any other percentage they don't match.
    Is this supposed to happen?
    Or am I missing something?

    Regards

    peterrc
    If you change just the burden figure then you're right the three tables won't match. The first table results for GP will need to be put into the second and third table otherwise you're not using the same variables

+ 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: 11
    Last Post: 02-22-2016, 02:39 PM
  2. Replies: 1
    Last Post: 05-16-2014, 10:10 AM
  3. [SOLVED] Block Rate Bill Calculator
    By leadvegas in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 05-13-2014, 08:34 AM
  4. Replies: 1
    Last Post: 02-28-2014, 02:31 AM
  5. Replies: 1
    Last Post: 06-18-2012, 04:08 AM
  6. Real RATE of return using =RATE illusive, inflation adjusted inflo
    By Pro - Land in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-01-2005, 12:05 AM
  7. Calculating a bill using a graduated rate...
    By Dave Smith in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-22-2005, 06:06 PM

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