use formula across certain # of months based on variable

sashazaliz

New Member
Joined
Nov 9, 2009
Messages
46
I have this complex financial model I'm working on that has a commissions paid section. Each rep will get a bonus payment (15% of revenue) for a certain # of months which will then revert to a smaller 2% of revenue for the remainder of the months. I would like to be able to change the variable (# of months 15% is paid out) and have that automatically flow thru to the rest of the model accordingly.

So for instance if somebody types in "3" then the model will automatcially calculate the 15% payment for the first 3 months and then calculate the 2% payout for the remainder of the months. If somebody changes it to "4" then it will calculate the 15% payment for the first 4 months and the 2% for the rest of the months etc....

Is there a formula I can utilize that would allow me to do that? I have hundreds of rows across 48 months so to get this automated and view different scenarios is imperative. Thank you!:)
 
this worked like a charm :):)

You're going to kill me but If I wanted to make this a bit more dynamic by making these formulas dependent on the month the revenue streams begin what approach could I take? For example...the cells without any corresponding revenue towards the beginning will be blank and the ones with corresponding revenue will calculate the commissions based on the month that specific rep started generating revenue and carry those payments out based on that same variable.

Excel Workbook
AEFGHIJKLMNOPQ
533
54CATEGORY REVENUEJun-11Jul-11Aug-11Sep-11Oct-11Nov-11Dec-11Jan-12Feb-12Mar-12Apr-12May-12Jun-12
55rep 1 9,750 9,750 9,750 9,750 9,750 9,750 9,750 9,750 9,750 9,750 9,750 9,750 9,750
56rep 2 6,763 8,388 9,750 9,750 9,750 9,750 9,750 9,750 9,750 9,750 9,750
57rep 3 9,750 9,750 9,750 9,750 9,750 9,750 9,750 9,750 9,750 9,750
162
163Calculated CommissionsJun-11Jul-11Aug-11Sep-11Oct-11Nov-11Dec-11Jan-12Feb-12Mar-12Apr-12May-12Jun-12
164rep 11,462.51,462.51,462.5195.0195.0195.0195.0195.0195.0195.0195.0195.0195.0
165rep 2-1,014.51,258.2195.0195.0195.0195.0195.0195.0195.0195.0195.0
166rep 3--1,462.5195.0195.0195.0195.0195.0195.0195.0195.0195.0
Direct Rev - Customers
 
Upvote 0

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Rep 1 is easy, he had revenue in every month. For 2 and 3, you can either calculate the first 3 months from the time they had their first revenue at 15% (see below) or some other start date. Looking at what you have, I can't figure out what that date is (rep 1 is june to august, rep 2&3 is july to september even though rep 3 started a month later).

Excel Workbook
AEFGHIJKLMNOPQ
533*************
54CATEGORY REVENUEJun-11Jul-11Aug-11Sep-11Oct-11Nov-11Dec-11Jan-12Feb-12Mar-12Apr-12May-12Jun-12
55rep 19750975097509750975097509750975097509750975097509750
56rep 2**67638388975097509750975097509750975097509750
57rep 3***9750975097509750975097509750975097509750
162**************
163Calculated CommissionsJun-11Jul-11Aug-11Sep-11Oct-11Nov-11Dec-11Jan-12Feb-12Mar-12Apr-12May-12Jun-12
164rep 11462.51462.51462.5195195195195195195195195195195
165rep 2001014.451258.21462.5195195195195195195195195
166rep 30001462.51462.51462.5195195195195195195195
Direct Rev - Customers
 
Upvote 0
I tried something similiar in counting the blank cells in a range and it kept giving me a circular reference the way I set up the formula. My goal is to keep it dynamic so that it automatically adjusts the output based on when the rep begins generating revenue. By the looks of it that's exactly what your formula addresses. Again, let me apply it and see if it works. Thank you so much for your help!:)
 
Upvote 0

Forum statistics

Threads
1,225,156
Messages
6,183,231
Members
453,152
Latest member
ChrisMd

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