Multiple Loan Calculations with Interest Only and different Start Dates

jlucky44

New Member
Joined
Jan 5, 2017
Messages
5
Hi Guys,

Looking to get this solved. Trying for hours to fix it, but not really sure how.

Task:

Trying to calculate a loan amortization schedule with multiple loans, which also include a interest only (IO) period. I also want to have the option to set multiple start dates for the different loans. The problem is that if i set a start month <>0, the IO period keeps being calculated from the beginning.

Goal:

is to have the IO period started, when the loan is scheduled to start.

Below the listed formula. Let me know if you need additional information to solve this problem. Help will be much appreciated.

Assumptions:

C6=Loan Amount
C10=Interest Rate
C11=Interest Only (Months)
C12=Amo. Period (Months)
C14=Loan Start (Month)
C18=Peridod Reference (1,2,3 etc.)

Formula:

<style type="text/css">p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'}span.s1 {color: #0057d6}span.s2 {color: #006107}span.s3 {color: #ab30d6}span.s4 {color: #a54a29}span.s5 {color: #33af4a}span.s6 {color: #ff9c1b}</style>=IF(C$18<=$C$14,0,IF(C$18>$C$12+$C$11,0,1)*IF(AND($C$11>0,C$18+$C$14<$C$11+1),-($C$10/12)*$C$6,PMT($C$10/12,$C$12,$C$6)))
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.

Forum statistics

Threads
1,216,102
Messages
6,128,846
Members
449,471
Latest member
lachbee

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