chunu

Board Regular
Joined
Jul 5, 2012
Messages
99
Office Version
  1. 2013
Platform
  1. Windows
  2. Mobile
Hi,
Need formula to calculate sales commissions on incremental value.

260wvms.jpg



Thanks
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Assuming the sales value is in A1 and the targert is in A3 then:

=A1*0.05 +MAX(A1-A3,0)*0.01+MAX(A1-1.2*A3,0)*0.02
 
Upvote 0
it does give you the final result of 10600, do you need the internediate results as well.
 
Upvote 0
it does give you the final result of 10600, do you need the internediate results as well.

Thanks got the desire result,
I appreciate if you tell me formula for intermediate result as well.

Thanks
 
Upvote 0
The intemediate results are:

=MIN(A3,A1)*0.05
=MAX(MIN(A$1,1.2*A3)-A3,0)*0.06
=(MAX(A1,1.2*A3)-1.2*A3)*0.08

<colgroup><col></colgroup><tbody>
</tbody>

Same assumption as before Sales value in A1 sales target in A3
 
Upvote 0
The intemediate results are:

=MIN(A3,A1)*0.05
=MAX(MIN(A$1,1.2*A3)-A3,0)*0.06
=(MAX(A1,1.2*A3)-1.2*A3)*0.08

<tbody>
</tbody>

Same assumption as before Sales value in A1 sales target in A3

Excellent,

Thanks a lot
 
Upvote 0

Forum statistics

Threads
1,215,020
Messages
6,122,712
Members
449,093
Latest member
Mnur

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top