Projecting Cashflows for Various Payment Terms

ikjohnson

Board Regular
Joined
Sep 19, 2003
Messages
133
I'm looking to project cashflows for each month for various client payment terms. For example, if the terms are Monthly, then the client is paying 12 equal amounts commencing from the date when first due. If the terms are 30/30/30/10, the client is paying 30% in Month1, 30% in Month3, 30% in Month6 and the final 10% in Month12. The sample below provides the correct numbers (calculated manually for demonstration), but how could this be achieved with formulas?
Cashflow3.xls
ABCDEFGHIJK
1ClientInvoiceAmount1stPaymentdueMethodApr-04May-04Jun-04Jul-04Aug-04Sep-04Oct-04
2FGLCorp$12,5421-May-04LumpSum$0$30,000$0$0$0$0$0
3ARB$5,6243-Jun-0430/30/30/10$0$0$1,687$0$1,687$0$0
4Efco$8,0163-May-04Monthly$0$668$668$668$668$668$668
5ABC$19,5004-May-0430/30/30/10$0$5,850$0$5,850$0$0$5,850
Sheet1
 
After a little modification, your suggested formula works beautifully. I'm still without the EOMONTH function, but I achieved a workaround by changing the dates in the headings to the last day of the month. Projecting out past 12 months created the #NA error, which was fixed by including an extra nested IF statement.
 
Upvote 0

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand

Forum statistics

Threads
1,223,893
Messages
6,175,248
Members
452,623
Latest member
cliftonhandyman

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