Hi Everyone
So just for context, i have a fairly good knowledge of excel, but have only just started looking at mortgages for the first time in my life. Because I like excel, I wanted to build my own mortgage calculator that shows me how the principle is paid off over time/how much of my monthly payments are just going on interest. Something i can just play around with to see how mortgages work.
However, i've gotten stuck on how to properly use PPMT/IPMT when there is an introductory period at a lower rate, then the remainder at a higher rate.
So my assumptions at the moment = 25y Lease, 5y@2%, 20y@5%, average 4.4%,
Total principle of £363,523. This is calculated using the PV function involving 25y mortgage @ 4.4% on a £2,000pm payment budget i've decided on.
Total Interest of £236,477. This is calculated using CUMIPMT, again on 4.4% average 25y mortgage on the £363,523 principle.
Total Principle + Interest = £600,000 = £2,000*(25y*12), so all good.
Then i've built an amortisation schedule across 300 columns (25y*12) so that i can see how the principle + interest is paid off over time.
Principle payment is calculated using PPMT and currently using an IF statement to choose the interest rate depending on which year it is.
Interest payment is calculated using IPMT with basically the same formula.
However the totals for these two rows come to Principle £380,954, Interest £221,522, total £602,477, which is an imbalance of £2,477 i assume from quirks of how the interest rate is applied over the course of the schedule.
How can i make these two different methods of reaching the total Principle + Interest balance?
if it helps, my PPMT and IPMT formulas across the schedule are currently: =(PPMT(IF(H$1<=$B$7,$B$6,$B$8)/12,H$2,$B$4*$B$5,-$B$10,0,0)
where H1=year(1-25), B7=introductory period length (5y), B6=Introductory rate(2%), B8=subsequent rate(5%), H2=payment period(1-300),B4=Loan Length (25y), B5=payment p.a. (12), B10=loan value(363,523)
Thank you so much for your help!
Ben
So just for context, i have a fairly good knowledge of excel, but have only just started looking at mortgages for the first time in my life. Because I like excel, I wanted to build my own mortgage calculator that shows me how the principle is paid off over time/how much of my monthly payments are just going on interest. Something i can just play around with to see how mortgages work.
However, i've gotten stuck on how to properly use PPMT/IPMT when there is an introductory period at a lower rate, then the remainder at a higher rate.
So my assumptions at the moment = 25y Lease, 5y@2%, 20y@5%, average 4.4%,
Total principle of £363,523. This is calculated using the PV function involving 25y mortgage @ 4.4% on a £2,000pm payment budget i've decided on.
Total Interest of £236,477. This is calculated using CUMIPMT, again on 4.4% average 25y mortgage on the £363,523 principle.
Total Principle + Interest = £600,000 = £2,000*(25y*12), so all good.
Then i've built an amortisation schedule across 300 columns (25y*12) so that i can see how the principle + interest is paid off over time.
Principle payment is calculated using PPMT and currently using an IF statement to choose the interest rate depending on which year it is.
Interest payment is calculated using IPMT with basically the same formula.
However the totals for these two rows come to Principle £380,954, Interest £221,522, total £602,477, which is an imbalance of £2,477 i assume from quirks of how the interest rate is applied over the course of the schedule.
How can i make these two different methods of reaching the total Principle + Interest balance?
if it helps, my PPMT and IPMT formulas across the schedule are currently: =(PPMT(IF(H$1<=$B$7,$B$6,$B$8)/12,H$2,$B$4*$B$5,-$B$10,0,0)
where H1=year(1-25), B7=introductory period length (5y), B6=Introductory rate(2%), B8=subsequent rate(5%), H2=payment period(1-300),B4=Loan Length (25y), B5=payment p.a. (12), B10=loan value(363,523)
Thank you so much for your help!
Ben