simple canadian mortgage calculation

anon125

Active Member
Joined
Feb 14, 2008
Messages
392
I started with a vertex42 free canadian mortgage spreadsheet.
See attached, -simplified!
i need to know how much principal is paid off during the say 1 to 5 years of the mortgage.
ideally in one cell! for each scenario
Interest is just the rate times the reducing principle - or principal?
so payment less interest will be the principle each month.
Suggestions on doing this without a table for each calculation!
thanks all
tried various formulae on the internet- none worked
CUMPRINC function etc just give nonsense numbers- maybe because it is a canadian mortgage!

as the xlbb? thing wont work here...you can download the spreadsheet here Mortgage calculation
NOTE: it is from a computer that NEVER connects to the internet.
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
Please post your sample information and expected result with the forum's tool XL2BB.

What version of Excel are you using?
 
Upvote 0
What amounts are involved?
Interest rate, term, etc.
Canadian interest rate?
So you want me to guess at everything? You want an answer??

The post shows the Principal and interest paid for 60 months and years 1 - 5

With Excel 365, I built an amortization for a mortgage.
The summary numbers agree to the amortization schedule.

Mortgage - Canadian.xlsm
ABCDEFGHIJKL
1Start Date date24-Mar-23Canadian mortgageYear
2Mortgage amount amt$543,200.0012345
3Annual rate6.00%55,207.02Principal 60 months9,775.9510,371.3011,002.9111,672.9912,383.87
4Years term25153,318.75Interest 60 months31,929.2131,333.8530,702.2430,032.1729,321.28
5Payments per year12
6
7PeriodDatePaymentInterestPrincipalBalance
8124-Apr-233,475.432,682.66792.77542,407.23
9224-May-233,475.432,678.74796.69541,610.54
Example
Cell Formulas
RangeFormula
C1C1=TODAY()
H3H3=-CUMPRINC(rCdn,300,C2,1,12,0)
I3I3=-CUMPRINC(rCdn,300,C2,13,24,0)
J3J3=-CUMPRINC(rCdn,300,C2,25,36,0)
K3K3=-CUMPRINC(rCdn,300,C2,37,48,0)
L3L3=-CUMPRINC(rCdn,300,C2,49,60,0)
H4H4=-CUMIPMT(rCdn,C4*C5,C2,1,12,0)
I4I4=-CUMIPMT(rCdn,C4*C5,C2,13,24,0)
J4J4=-CUMIPMT(rCdn,C4*C5,C2,25,36,0)
K4K4=-CUMIPMT(rCdn,C4*C5,C2,37,48,0)
L4L4=-CUMIPMT(rCdn,C4*C5,C2,49,60,0)
E3E3=-CUMPRINC(rCdn,300,C2,1,60,0)
E4E4=-CUMIPMT(rCdn,C4*C5,C2,1,60,0)
A7:F307A7=MortgageAmort(C1,C2,C3,C4)
Dynamic array formulas.
 
Upvote 0
Thanks Dave
Can it be done without the A to F columns?

i will have lots of options on one page, so i dont want lots of 60 row data for each option.
 
Upvote 0
here is my worksheet
well i tried to upload it but it said it as too large.
so i shrunk it, now i can see it on my chromebook, but this forum wont upload it
 
Last edited:
Upvote 0
i had to go to a windows machine to resize it before your forum would accept it.
all other forums are better than this
 

Attachments

  • multiple mortgages costs smaller1.jpg
    multiple mortgages costs smaller1.jpg
    138.2 KB · Views: 15
Upvote 0
Can it be done without the A to F columns? Yes

Mortgage - Canadian.xlsm
CD
110%
20.0081648
3Principal100,000.00
4Payments$894.49
5Principal months 1 -12979.23
6Interest months 1-129,754.62
Example1
Cell Formulas
RangeFormula
D2D2=(1+D1/2)^(2/12)-1
D4D4=PMT(D2,300,-D3)
D5D5=-CUMPRINC(D2,300,D3,1,12,0)
D6D6=-CUMIPMT(D2,300,D3,1,12,0)
 
Upvote 0
Dave, Take a bow.
It works very well
For anyone else using it, it is based on 25 year amortisation
Thanks VERY much
 
Upvote 0

Forum statistics

Threads
1,214,622
Messages
6,120,580
Members
448,972
Latest member
Shantanu2024

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