Commission Calculation

johnb1979

Board Regular
Joined
Dec 9, 2019
Messages
50
Office Version
  1. 365
Platform
  1. Windows
Hi, I'd like help with a formula when creating a new commission calculation please.

I have 3 columns - Column 1 = £contract amount, Column 2 = contract length (in years), Column 3 = £commission.

The salesperson will have a hurdle of £2000 total/combined sales. When they hit £2000 they get a flat rate of £120. For every £ over £2000 they will get 6% of the contract amount for a 1 year deal and 18% for every £ on a 3 year deal (please see example below).

What I'd like is for a formula that only adds the commission for every £ over £2000 (total/combined sales, not just the individual deals) - in the example below the commission is calculated even though the contract amount is £1500.

Please help !!!

Thanks in advance - if you need any clarification regarding my query then please just let me know.

CONTRACT AMOUNTCONTRACT LENGTHCOMMISSION
£500.003£90.00
£500.001£30.00
£500.003£90.00
£0.00
£0.00
£0.00
 
Thanks @Smudger_101 but it still doesn't seem to be working...

Would it help if I posted some examples of what it should look like (I'll just manually fill out a form)???
 
Upvote 0

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Hi all,

Please see below - these are some examples of what the finished sheet would look like - hope it makes sense. Please note that the contract amount could vary drastically from £1 to several thousands.

Really appreciate your help with this - as you can probably tell, I'm an Excel novice :(

1575981328239.png
 
Upvote 0
Maybe something like this

Book1
ABC
1CONTRACT AMOUNTCONTRACT LENGTHCOMMISSION
210010
350030
425030
530010
665030
720010
8200336
Plan3
Cell Formulas
RangeFormula
C2:C8C2=MAX(0,MIN(SUM(A$2:A2)-2000,A2))*IF(B2=1,0.06,0.18)


Hope this helps

M.
 
Upvote 0
BRILLIANT!!! Cracked it - thank you all so much for your support!!!
 
Upvote 0
Hi Marcelo,

That is a simple and brilliant solution. I have learned another method to solve Excel formula problems.

Kind regards

Saba
 
Upvote 0

Forum statistics

Threads
1,215,551
Messages
6,125,478
Members
449,233
Latest member
Deardevil

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