+ Reply to Thread
Results 1 to 6 of 6

Incentives calculation

  1. #1
    Forum Contributor
    Join Date
    05-17-2010
    Location
    Nigeria, Owerri
    MS-Off Ver
    Excel 2007 and 2013
    Posts
    255

    Incentives calculation

    Good day all.

    Please the attached is a table of sales for a period and the incentives to be paid. I have included the criteria for incentive payment in the sheet.

    Please what I want is a formular that will calculate incentives for all the team members based on the criteria given.

    Thanks for your usual help.
    Attached Files Attached Files
    Last edited by st_judeu@yahoo.com; 06-25-2013 at 10:32 AM.

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Incentives calculation

    N0/crate
    N2/crate
    N3/crate
    N4/crate
    N5/crate
    what does all that mean?
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Forum Contributor
    Join Date
    05-17-2010
    Location
    Nigeria, Owerri
    MS-Off Ver
    Excel 2007 and 2013
    Posts
    255

    Re: Incentives calculation

    N means Naira. That is our currency Unit here in nigeria.
    N0/crate means Zero Naira per crate
    N2/crate means Two Naira per crate
    etc

  4. #4
    Forum Contributor
    Join Date
    05-17-2010
    Location
    Nigeria, Owerri
    MS-Off Ver
    Excel 2007 and 2013
    Posts
    255

    Re: Incentives calculation

    I've attached another file using dollar which is a more generic currency. I hope my explanation is better understood now.
    Attached Files Attached Files

  5. #5
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Incentives calculation

    try this
    =SUMPRODUCT(--(C3>{0,2000,3000,4500,6000}), (C3-{0,2000,3000,4500,6000}), {0,2,1,1,1})
    derived from here
    http://www.mcgimpsey.com/excel/variablerate.html

  6. #6
    Forum Contributor
    Join Date
    05-17-2010
    Location
    Nigeria, Owerri
    MS-Off Ver
    Excel 2007 and 2013
    Posts
    255

    Re: Incentives calculation

    Oh thanks Martindwilson. It worked like magic. I was using:

    =IF(C3<=2000,0,IF(C3<=3000,(C3-2000)*2,IF(C3<=4500,(1000*2)+((C3-3000)*3),IF(C3<=6000,(1000*2)+(1500*3)+((C3-4500)*4),(1000*2)+(1500*3)+(1500*4)+((C3-6000)*5)))))

    but felt I could get something better from this house. Thanks greatly.

+ 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