I am trying to get this formula (or any ) to work on this calculation.
=SUMPRODUCT(--(SUM($B32:E32)>=$B$48:$B$51),SUM(E$32:E32)-$B$48:$B$51,$C$48:$C$51-$C$47:$C$50)-SUM(B39:D39)
Here is what I am trying to do:
We have a commission structure that is set up as $1.00 to $225,000 = 20% $225,001 - $275,000 = 30% and over $275,000 = 40%
This is of course in a tier YTD. So I am looking for a formula that can calculate the commission each month at the correct rate based on what they have done YTD.
Example:
Jan Feb Mar Apr
$20,000 $80,000 $50,000 $60,000
$100,000 $150,000 $210,000 (YTD)
$4,000 $16,000 $10,000 $12,000 (Commission)
Next month will put it into the next tier
=SUMPRODUCT(--(SUM($B32:E32)>=$B$48:$B$51),SUM(E$32:E32)-$B$48:$B$51,$C$48:$C$51-$C$47:$C$50)-SUM(B39:D39)
Here is what I am trying to do:
We have a commission structure that is set up as $1.00 to $225,000 = 20% $225,001 - $275,000 = 30% and over $275,000 = 40%
This is of course in a tier YTD. So I am looking for a formula that can calculate the commission each month at the correct rate based on what they have done YTD.
Example:
Jan Feb Mar Apr
$20,000 $80,000 $50,000 $60,000
$100,000 $150,000 $210,000 (YTD)
$4,000 $16,000 $10,000 $12,000 (Commission)
Next month will put it into the next tier