Good Morning,
I am looking for a little help. I need a formula that kind of follows along with some sales history throughout the year. I would like it to track along as the numbers fill in so I can easily determine a salesman bonus.
In the example below the total sales in F6 (432914.86) should give me a bonus in the matrix of O12 (6291.84) This will change as the total sales change and the salesmen breaks into different tiers. the tiers will be set in column K, so if the number is greater than or equal to the number in K6 their bonus is determined by O6. K7 is O7, and so on.
Basically I need it to look at F6, compare it to column K and figure out where it fits and give me the corresponding number in column O.
Any help would be great!
I am looking for a little help. I need a formula that kind of follows along with some sales history throughout the year. I would like it to track along as the numbers fill in so I can easily determine a salesman bonus.
In the example below the total sales in F6 (432914.86) should give me a bonus in the matrix of O12 (6291.84) This will change as the total sales change and the salesmen breaks into different tiers. the tiers will be set in column K, so if the number is greater than or equal to the number in K6 their bonus is determined by O6. K7 is O7, and so on.
Basically I need it to look at F6, compare it to column K and figure out where it fits and give me the corresponding number in column O.
Any help would be great!
Cell Formulas | ||
---|---|---|
Range | Formula | |
I6:I15 | I6 | =$D$17 |
K6:K15 | K6 | =I6*J6+I6 |
L6:L15 | L6 | =K6*$B$17 |
J7:J15 | J7 | =J6+5% |
M7:M15 | M7 | =(K7-I7)*$B$17 |
O7:O15 | O7 | =K7*N7 |
N8:N15 | N8 | =N7+0.25% |