+ Reply to Thread
Results 1 to 5 of 5

Hourly Fee - Efficient Way of Calculating Changing Rates Based on Many Input Variables

  1. #1
    Registered User
    Join Date
    03-07-2017
    Location
    London. UK
    MS-Off Ver
    Excel 2016 MSO (16.0.7571.7095) 32-bit
    Posts
    3

    Hourly Fee - Efficient Way of Calculating Changing Rates Based on Many Input Variables

    Hi All,

    I have calculated hourly rates for outsourcing work using multiple input variables, which include individual item costs, individual operating costs, number of employees, time of project (months), salary (based on foreign language spoken), working hours, VAT rate, foreign currency exchange rates etc etc. Capital costs are one off purchases eg IT but I also need to include recurring monthly costs eg payroll. In all I have about 40 input variables - tell me about it!

    I know how to solve and to display the results in 2 tables containing hourly rate by number of employees (5 - 20) and length of campaign (1, 3, 6 or 12 months). One table is for English speakers and the other is for speakers of European foreign languages. I would like to break foreign languages down further into 8 individual languages eg Spanish, Italian, German etc. My methodology is somewhat long-winded and ugly and I am convinced that a simpler, more elegant solution exists. I am dabbling with data tables, LOOKUP etc but I do not know VBA. I'm not worried at present about formula errors, formatting errors etc in the workbook as I will correct all of those when I have the neatest solution.

    The workbook link is here:

    https://1drv.ms/x/s!AiSzlYnQ8Qa2gdNu1cTv6ZONaedPpA

    and any guidance to help turn my sow’s ear of a project into a silk purse would be most welcome.

    Many thanks in advance.

    Sharpster

  2. #2
    Forum Expert dflak's Avatar
    Join Date
    11-24-2015
    Location
    North Carolina
    MS-Off Ver
    365
    Posts
    7,920

    Re: Hourly Fee - Efficient Way of Calculating Changing Rates Based on Many Input Variable

    Please attach the workbook to the forum.

    To Attach a File:

    1. Scroll down to the window below your post Additional Options
    2. In the frame Attach Files you will see the button Manage Attachments
    3. Click the button.
    4. A new window will open titled Manage Attachments - Excel Forum.
    5. Click the Browse... button to locate your file for uploading.
    6. This will open a new window File Upload.
    7. Once you have located the file to upload click the Open button. This window will close.
    8. You are now back in the Manage Attachments - Excel Forum window.
    9. Click the Upload button and wait until the file has uploaded.
    10. Close the window and then click Submit.
    One spreadsheet to rule them all. One spreadsheet to find them. One spreadsheet to bring them all and at corporate, bind them.

    A picture is worth a thousand words, but a sample spreadsheet is more likely to be worked on.

  3. #3
    Registered User
    Join Date
    03-07-2017
    Location
    London. UK
    MS-Off Ver
    Excel 2016 MSO (16.0.7571.7095) 32-bit
    Posts
    3

    Re: Hourly Fee - Efficient Way of Calculating Changing Rates Based on Many Input Variable

    Hi dflak,

    File attached as requested. Thanks for that and have a good one.

    Sharpster
    Attached Files Attached Files

  4. #4
    Forum Expert dflak's Avatar
    Join Date
    11-24-2015
    Location
    North Carolina
    MS-Off Ver
    365
    Posts
    7,920

    Re: Hourly Fee - Efficient Way of Calculating Changing Rates Based on Many Input Variable

    I am looking at the workbook and I can see formulas all over the place. It would take quite a while to reverse engineer what you are doing here. Is there any specific section or cells that need the help?

    I am thinking that you might be able to use the indirect function for lookups. For example Cell E22 on the input sheet has the formula: =IF(E5=0, 0, European!I31).Cell E1 currently has "European". Suppose you had a validated dropdown list for cell E1 for German, Italian, French ... Then the formula in E22 could be =IF(E5=0, 0, INDIRECT(E1&"! I31") and in fact, this formula could be copied to cell C22 in which case it becomes =IF(C5=0, 0, INDIRECT(C1&"! I31") .

    So all you will need to do is set up the lookup values on sheets named for the languages.

  5. #5
    Registered User
    Join Date
    03-07-2017
    Location
    London. UK
    MS-Off Ver
    Excel 2016 MSO (16.0.7571.7095) 32-bit
    Posts
    3

    Re: Hourly Fee - Efficient Way of Calculating Changing Rates Based on Many Input Variable

    Hi dflak,

    I did say the workbook was ugly . I'll look at using the INDIRECT function so thanks for that.

    I'm essentially okay with putting the workbook together, even if my solution isn't the neatest. I was really trying to find an efficient way to test various input values to then churn out a corresponding hourly rate. So, for example, the client wants to know the hourly rate for 5, 6, 7 or 8 English on X salary, 6 - 10 Germans on Y salary and 2 French on Z salary, calling for 6, 7 or 8 hours a day for 3-6 months. The calculated cost for each permutation, and hence the hourly rate, will be different, so I would ideally like to "automate" the "whatif" analysis if possible.

    As you say, I think it might be easier to have a single sheet for each Language. I can then have the bulk of the calculations doe on each of those sheets.

    I will continue to dabble

    Thanks and have a great weekend.
    Last edited by Sharpster; 03-10-2017 at 07:13 AM.

+ 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. Hourly Rates
    By SteveHarley in forum Excel General
    Replies: 4
    Last Post: 01-26-2017, 02:00 PM
  2. Replies: 0
    Last Post: 09-24-2012, 07:23 PM
  3. 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
  4. [SOLVED] hourly rates
    By Monty in forum Excel General
    Replies: 6
    Last Post: 03-24-2006, 05:00 AM
  5. Hourly rates
    By Dreamstar_1961 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-02-2005, 06:17 PM
  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

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