If then Formula for sales rep performance commission over agreed target

ITWORX

New Member
Joined
Aug 26, 2016
Messages
12
Office Version
  1. 365
Platform
  1. Windows
Hi, hoping someone could assist with formula for calculating performance bonus for sales staff.
Scenario as follows:

Please see attached screenshot of sheet where I have tried to lay out options.

Explanation of Cells.

B1 – Target as agreed with sales rep.
B2 – Actual figure achieved
B3 - % achieved – Formula in place in sheet
B4 - % agreed with rep to be paid only if B1 is achieved, failure results = Zero Base commission.
B5 – Basic Salary of Rep.

Base Commission calc.

=Achieved(B2)-Base Salary(B5)* Base Commission to reach Target(b4) = Base Commission(B7)

Bonus Commission Logic (I hope makes sense) and formula required for B9

If B2 = or > C2,C3,C4,C5 of B2 – then B2 – B1 x Corresponding % shown in D column for C column achieved over B2.

For example, in B9 of my attached sheet I have manually calculated bonus commission if rep achieved 35% over their agreed target. Effectively, they would earn 2.5% of the difference between agreed target and achieved target.
SS of Sheet.png
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
In B7 =(B2-B5)*B4
In B8 =IF(B2/B1-1>=C4,(B2-B1)*D4,IF(B2/B1-1>=C3,(B2-B1)*D3,IF(B2/B1-1>=C2,(B2-B1)*D2,0)))
In B9 =SUM(B7:B8)
 
Upvote 0
hi Benmiller, thanks very much for your superfast response and solution
 
Upvote 0

Forum statistics

Threads
1,215,062
Messages
6,122,923
Members
449,094
Latest member
teemeren

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