+ Reply to Thread
Results 1 to 2 of 2

Calculating a blended rate

  1. #1
    Registered User
    Join Date
    01-14-2013
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    18

    Calculating a blended rate

    I'm looking to do something similar to sliding scale commission but with fewer variables. Attached example worksheet, which goes like this:

    Cells D2:H2 contain threshold numbers ("buckets") (2,000, 4,000, 6,000, 8,000)
    Cells D3:H3 contain dollar amount per unit in each bucket ($200, $180, $140, $120)

    I want to calculate the total cost for a number that falls in between two of the buckets, for example 2,500

    The first 2,000 are multiplied by $200 and the next 500 are multiplied by $180.

    How can I write the function most simply?
    Attached Files Attached Files
    Last edited by haskenazi; 10-29-2020 at 09:39 PM. Reason: Solved

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,899

    Re: Calculating a blended rate

    Hi,

    1. Change of data table.

    2. Try this formula in D10:

    =SUMPRODUCT((D9>=$D$2:$I$2)*(D9-$D$2:$I$2)*($E$3:$J$3-$D$3:$I$3))
    Attached Files Attached Files

+ 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. Calculating Growth rate
    By sadrap in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-22-2015, 12:50 PM
  2. Need Help Regarding Calculating Growth Rate
    By pappu6600 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-20-2013, 11:15 AM
  3. [SOLVED] calculating hit rate
    By michel1988 in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 04-20-2013, 10:43 AM
  4. Calculating Day Rate and Night Rate Hours on a Timesheet
    By Hahnium in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-21-2013, 08:18 AM
  5. [SOLVED] Need a formula for blended ranking score
    By ensmith in forum Excel General
    Replies: 6
    Last Post: 10-25-2012, 03:59 PM
  6. Blended Rate Formula
    By Josh_123456 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-05-2007, 06:18 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