+ Reply to Thread
Results 1 to 5 of 5

add up every 10 in the column and apply bonus

  1. #1
    Forum Contributor
    Join Date
    04-01-2015
    Location
    Sydney Australia
    MS-Off Ver
    Office 365 latest
    Posts
    171

    add up every 10 in the column and apply bonus

    I want the bonus in column J to calculate 10 percent of a given program (product value) in column E for every 10 sales.
    so every 10th sale of "program 1" would gain a 10% bonus (of the cost of 10 of those programs)

    so every time 10 of program1 are racked up in column E, a 10% bonus will be given to the 10th sale.

    meanwhile in M3 the total bonus commission is summed.

    can someone help me with this?

    bonus10percent.JPG
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: add up every 10 in the column and apply bonus

    I think you really need to show what the expected results are, as I can think of several interpretations of what you are asking

  3. #3
    Forum Contributor
    Join Date
    04-01-2015
    Location
    Sydney Australia
    MS-Off Ver
    Office 365 latest
    Posts
    171

    Re: add up every 10 in the column and apply bonus

    hi Dav, ok so in column E I have the 5 programs, and column J would pretty much be empty until there are 10 of a certain program added up in column A below (column E in previous sample above), then when that happens, there will be a 10% bonus applied to the total of those 10 listings from E, however the 10% is calculated from the sum of product values for the total 10 in G. (obviously though they would all be the same cost).

    the 10% bonus is only added in column J as a total in the row of the 10th listing of whichever reaches 10 in column E.

    so every 10th sale of 1 of the 5 programs gets a 10% bonus commission applied at the 10th sale.

    this would be for any of the 5 programs. as the sheet progresses it keeps adding up to the next 10 for each of the 5 programs.

    for example here program 1 has reached the 10th sale. so the 10% commission would be applied from the total of the 10 sales

    every 10th sale gets 10percent bonus.JPG

    ps: I wouldnt mind having a drop down menu for each cell in the program column where the user can choose a program from the drop down...I was also hoping that choice would automatically fill the corresponding "product value" cell with the correct dollar value, but maybe i`m asking too much? >.<
    Last edited by jitterbug888; 06-13-2019 at 06:12 AM.

  4. #4
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: add up every 10 in the column and apply bonus

    perhaps in J2
    =IF(MOD(COUNTIF($E$1:E2,E2),10)=0,SUMIF($E$1:E2,E2,$G$1:G2)*0.1-SUMIF($E$1:E1,E2,$J$1:J1),0)
    and drag down

    this assumes you only have 1 sale on each line

  5. #5
    Forum Contributor
    Join Date
    04-01-2015
    Location
    Sydney Australia
    MS-Off Ver
    Office 365 latest
    Posts
    171

    Re: add up every 10 in the column and apply bonus

    Dav, awesome thanks works great !!.

+ 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. Piece work incentive plan w/hourly rate of pay + bonus + bonus 2
    By Treetom in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-06-2018, 02:19 AM
  2. Replies: 33
    Last Post: 01-19-2018, 03:53 PM
  3. [SOLVED] Apply VBA Script based on Text in one column and apply a formula in another column
    By vvincent in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-07-2016, 09:19 PM
  4. [SOLVED] calculate bonus at 30% of a figure, negative figures to be given 0 bonus.
    By jitterbug888 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-01-2015, 10:40 PM
  5. Apply formula to all cells in column C for all populated cell in column A
    By mrplow911 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-18-2014, 11:19 AM
  6. Forecast Bonus Calculator - Require a formula to calculate the bonus' due
    By The_Snook in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-05-2013, 07:32 PM
  7. Calculating a Sales Bonus When the Bonus Rate Changes as Sales Change
    By daydreamz in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-04-2012, 11:52 AM

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