FINANCIAL MACRO or FORMULA help needed

coppertop18

New Member
Joined
Apr 30, 2009
Messages
29
Please help create a formula or macro based on the information below. Prefer to stay away from VBA.

This is the Annual contract RevenueThis is the % Revenue Share that the Company gets to keepThis is the amount of Revenue that the company gets to keepThis is the amount of the Pre-payment that Company receives when it signs the contractPrepayment AmountDuration in YearsPayment FrequencyStart date (but not payment date)First payment AFTER the start dateCalcualted start date
Client 1 128,00050% 64,00025% 16,00052Feb-182Apr-18
Client 2 350,00025% 87,50025% 21,87534Jun-182Aug-18
Client 3 350,00050% 175,00050% 87,50034Jun-182Aug-18

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

this is what the resulting formula needs to show
Jan-18Feb-18Mar-18Apr-18May-18Jun-18Jul-18Aug-18Sep-18Oct-18Nov-18Dec-18Jan-19Feb-19Mar-19Apr-19May-19Jun-19Jul-19Aug-19Sep-19Oct-19Nov-19Dec-19Jan-20Feb-20Mar-20Apr-20May-20Jun-20Jul-20Aug-20Sep-20Oct-20Nov-20Dec-20
- - - 16,000 - - - - - 24,000 - - - - - 40,000 - - - - - 24,000 - - - - - 40,000 - - - - - 24,000 - -
- - - - - - - 21,875 - - 16,406 - - 16,406 - - 16,406 - - 38,281 - - 16,406 - - 16,406 - - 16,406 - - 38,281 - - 16,406 -
- - - - - - - 87,500 - - 21,875 - - 21,875 - - 21,875 - - 109,375 - - 21,875 - - 21,875 - - 21,875 - - 109,375 - - 21,875 -

<colgroup><col><col span="2"><col><col span="32"></colgroup><tbody>
</tbody>


<tbody>
</tbody>
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
In case you still need it

=if(e$7<$o1,0,if(and(month(e$7)=month($o1),year(e$7)=year($o1)),$j1,if(date(year($o1)+$k1,month($o1)-12/$l1,day($o1))=e$7,($h1-$j1)/$l1*2,if(e$7>=date(year($o1)+$k1,month($o1),day($o1)),0,if(month(e$7)=month($o1),($h1-$j1)/$l1+$j1,if(mod(abs(month(e$7)-month($o1)),12/$l1)=0,($h1-$j1)/$l1,0))))))
 
Last edited:
Upvote 0
My offset formula isn't working for every scenario and your formula above seems to double the last payment of the cycle instead of adding another payment to close out the revenue loop. Need to modify it. Thank you anyway.
 
Upvote 0

Forum statistics

Threads
1,215,949
Messages
6,127,877
Members
449,410
Latest member
adunn_23

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