Our salesperson makes 5% of every sale until she reaches $20,000 in total sales. At that point the commission jumps to 10% on everything over $20,000. I found a great sum product formula that will tally the total sales commission correctly and will tally individual sales until the tier level switch (see below)
=SUMPRODUCT((B10<=$C$4:$C$5)*(B10>$B$4:$B$5)*(B10-$B$4:$B$5)*$D$4:$D$5)+SUMPRODUCT(((B10>$C$4:$C$5)*($C$4:$C$5-$B$4:$B$5))*$D$4:$D$5)
I need a way to show commissions earned per sale. The cells outlined in red show where the above formula stops working.
Appreciate any help I can get on this. Thanks in advance!
=SUMPRODUCT((B10<=$C$4:$C$5)*(B10>$B$4:$B$5)*(B10-$B$4:$B$5)*$D$4:$D$5)+SUMPRODUCT(((B10>$C$4:$C$5)*($C$4:$C$5-$B$4:$B$5))*$D$4:$D$5)
I need a way to show commissions earned per sale. The cells outlined in red show where the above formula stops working.
Appreciate any help I can get on this. Thanks in advance!