IF Statement in Bonus Calculation

piper

New Member
Joined
Sep 28, 2011
Messages
2
Am looking at offer from perspective employer and don't understand an IF statement. Cells refer to Goal and Actual Gross Profit values. First part of IF statement is straightforward, IF cell D29 is greater than D21, than 1. Easy enough, if Actual GP is higher than goal, return 100% to the cell and I get 100% of available commission. The second part is puzzling. Here is entire formula.

=IF(D29>D21,1,(1-((1-D35)*2)))

D35 points to a calculated % value of GP Plan (example: GP Actual is 90% of goal). Why multiply by two?

Thanks.
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Welcome to the board.

It means your percentage of full commission is 100% minus twice the percentage you missed the goal by. It could be rewritten as

=MIN(100%, 2 * Actual/Goal - 100%)
 
Upvote 0
Do you know why someone may double the missed rate? Just odd to me, other than just being mean spirited, is there a finance rational to saying "You didn't miss GP by 5%, you missed it by 10%!?
 
Upvote 0
That would be a question for your prospective employer.
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,719
Members
452,939
Latest member
WCrawford

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