Determine monthly repayment for 25-yr mortgage, including interest-free years

gravanoc

Active Member
Joined
Oct 20, 2015
Messages
348
Office Version
  1. 365
Platform
  1. Windows
  2. Mobile
I have a mortgage calculator sheet that originally just determines the monthly repayment & a few other metrics, but now I need to expand it to include an interest-free period. I am unsure if my calculations for the 2nd part are headed in the right direction, and the monthly repayment for the interest-free period just seems wrong.

Original look (cell references in [ ]'s)
[A1] APR[B1] 4.9%
[A2] Monthly Flat[B2] =(B1+1)^(1/12)-1 (result: 0.40%)
[A3] Loan Period (mos)[B3] 300
[A4] Cume Discount Factor[B4] =1/B2-1/(B2*(B2+1)^B3) (result: $174.64)
[A5] Loan Amount[B5] $1,000,000
[A6] Monthly Repayment[B6] =B5/B4 (result: $5726)

My current model:
[A1] APR[B1] 4.9%
[A2] Monthly Flat (principal & interest)[B2] =(B1+1)^(1/12)-1 (result: 0.40%)
[A3] Loan Period (mos)[B3] 300
[A4] Interest-free Period (mos)[B4] 48
[A5] Cume Discount Factor[B5] =1/B2-1/(B2*(B2+1)^(B3-B4)) (result: $158.67)
[A6] Cume Discount Factor (dur. IF period)[B6] =1/B2-1/(B2*(B2+1)^(B4)) (result: $43.60)
[A7] Loan Amount[B7] $1,000,000
[A8] Monthly Repayment (interest + principal)[B8] =B7/B5 (result: $6659)
[A9] Monthly Repayment (principal only)[B9] =B7/B6 (result: $24,233) wrong
[A10] Total Repayment[B10] ?
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Ok, so the full scope of this is that I have a 25-yr (300 mos) mortgage for $1 mil with a 4.9% interest rate. The formula used to determine the Monthly Flat Rate is above in B2 of either table, resulting in 0.40%. The cumulative discount factor is then determined using a formula in B4 of the first table and B5 or B6 from the second table. I believe those calculations are correct, but my issue is then determining what the monthly repayment will be during the 4-yr period where only the principal $1 mil is paid on, and what the monthly repayment will be during the other 21-yrs with the 4.9% interest rate. Is there a Financial formula or something that can be used here that makes sense?
 
Upvote 0
How would you calculate the free interest period, when you have no interest set? You only have the 4.9% APR. Without knowing the difference between these 2 factors (principal & interest), you can't calculate the free interest periods amount.
 
Upvote 0
I did not read your #2 reply fully ;) maybe this here, is what your looking for. Formula's are for your current model.

Principal payment for 1 Month: =PPMT(B1/12;1;B3;-B7)
Interest payment for 1 Month: =IPMT(B1/12;1;B3;-B7)
 
Upvote 0
Solution
Cross-posting (posting the same question in more than one forum) is not against our rules, but the method of doing so is covered by #13 of the Forum Rules.

Be sure to follow & read the link at the end of the rule too!

Cross posted at: determine_monthly_repayment_for_25yr_mortgage
If you have posted the question at more places, please provide links to those as well.

If you do cross-post in the future and also provide links, then there shouldn’t be a problem.
 
Upvote 0
mortgage-repay.xlsx
ABCDEF
1Monthly interest4,90%PrincipalInterestTotal
2Yearly interest0,00%
3
4Loan period3003001.000.000,00736.335,831.736.335,83
5Free period484881.813,732,04918.186,27
6Rest month period252252918.186,27553.746,731.471.933,00
7
81 Month period111.704,454.083,335.787,79
9
10
11Loan amount1.000.000
Ark1
Cell Formulas
RangeFormula
D4D4=CUMPRINC(B1/12,B4,B11,1,B4,0)*-1
E4E4=CUMIPMT(B1/12,B4,B11,1,B4,0)*-1
F4F4=PMT(B1/12,B4/12*12,-B11)*B4
D5D5=D8*B5
E5E5=CUMIPMT(B2/12,B5,B11,1,B5,0)*-1
F5F5=B11-D5
D6D6=CUMPRINC(B1/12,B6,F5,1,B6,0)*-1
E6E6=CUMIPMT(B1/12,B6,F5,1,B6,0)*-1
F6F6=D6+E6
D8D8=PPMT(B1/12,B8,B4,-B11)
E8E8=IPMT(B1/12,B8,B4,-B11)
F8F8=PMT(B1/12,B4/12*12,-B11)
 
Upvote 0
What is your known information and what are you trying to achieve?
Can you provide more information on methods, examples, and other details.
Are the payments the same for all 300 months?
Did you try using an amortization schedule with your known information?
N.B.
The mortgage will be amortized in 25 years with interest at 4.9% and payments of 5787.79 or
it will be amortized with payments of 5787.79 and no interest for 4 years and then interest at 7.697%.

Mortgage APR.xlsm
ABCD
1Mortgage amount1,000,000.00
2Rate4.90%7.697%7.697%
3Term25 Years
4Term no interest4 Years
5Payment5,787.79
6Balance
7Payment #PaymentInterest1,000,000.00
815,787.790.00994,212.21
925,787.790.00988,424.42
3aa
Cell Formulas
RangeFormula
C2C2=RATE(B3*12-B4*12,B5,-B1+B4*12*B5)*12
D2D2=RATE(252,B5,-722186.08)*12
B5B5=ROUND(PMT(B2/12,B3*12,-B1),2)
D7D7=B1
B8:B9B8=$B$5
C8:C9C8=ROUND(IF(A8<=48,0,$C$2/12)*D7,2)
D8:D9D8=D7-B8+C8
 
Upvote 0

Forum statistics

Threads
1,216,040
Messages
6,128,454
Members
449,455
Latest member
jesski

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