+ Reply to Thread
Results 1 to 4 of 4

Formula to calculate commission based on sliding scale

  1. #1
    Forum Contributor
    Join Date
    06-26-2012
    Location
    UAE
    MS-Off Ver
    Excel 2003
    Posts
    274

    Formula to calculate commission based on sliding scale

    Hello,

    Please refer attached file

    I would like to get a formula to calculate commission based on a sliding scale table shown in the file.

    Any help will be greatly appreciated.

    Regards,
    Dumbo
    Attached Files Attached Files

  2. #2
    Forum Expert icestationzbra's Avatar
    Join Date
    01-07-2004
    MS-Off Ver
    2007, 2010
    Posts
    1,421

    Re: Formula to calculate commission based on sliding scale

    the way you have created the table for Achievement Slab and %, it will not be possible to perform lookups from that table.

    here is a formula that contains the entire lookup table within it, place the formula in B4 and drag-fill it towards right.

    Please Login or Register  to view this content.
    - i.s.z -
    CSE, aka Array aka { }, formulae are confirmed with CONTROL+SHIFT+ENTER.
    Replace commas ( , ) with semicolons ( ; ) in formulae, if your locale setting demands.
    All good ideas are courtesy resources from this forum as well as others around the web.
    - e.o.m -

  3. #3
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Formula to calculate commission based on sliding scale

    hey Joseph, i changed your table below to input just the minimum values. then:
    =(IF(B2<90%,0,LOOKUP(B2,$A$9:$A$16,$B$9:$B$16)+MAX(0,B1-105.99%)*2))*B3
    Attached Files Attached Files

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  4. #4
    Forum Contributor
    Join Date
    06-26-2012
    Location
    UAE
    MS-Off Ver
    Excel 2003
    Posts
    274

    Re: Formula to calculate commission based on sliding scale

    Thanks a lot Benishriyo and Icestation....it worked well...thanks heaps...u ppl are amazing.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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