Canadian Mortgage Calculation

gord9b

Board Regular
Joined
Jun 12, 2002
Messages
249
All mortgage calculators I see in Excel are for U.S. mortgages. Is there a way to produce a Canadian mortgage calculation? I would like to do "what ifs" by placing the various values in different cells to see the differences in results. I would also like to be able to print the amortization listing using this formula.
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Does it work if you take a US version and simply add the optional 5th arugment of 1 to the Payment formula?

Ie
replace
=PMT(rate,Nper,PV)
with
=PMT(rate,Nper,PV,,1)
This message was edited by IML on 2002-06-13 07:09
 
Upvote 0
Some Canadian mortgage have monthly payments but the interest compounds half-yearly.
The same concept can apply with bi-monthly payments etc.

You can adjust the interest factor and use PMT.

Example with 5%

=(1+.05/2)^(2/12)-1 calculated rate

=PMT((1+.05/2)^(2/12)-1,B3*12,B1,0,0)

Adjust the cell references for your information and replace .05 with a cell reference for the rate.
This message was edited by Dave Patton on 2002-06-13 13:11
 
Upvote 0
I still don't follow. I find your explanation confusing Can you give an example for, say $10,000. at 5% over 5 years with monthly payments. Also, after calculating the monthly payment, how do I determine how much is applied to the principal so I can print an amortization chart.
 
Upvote 0
On 2002-07-30 11:36, gord9b wrote:
I still don't follow. I find your explanation confusing Can you give an example for, say $10,000. at 5% over 5 years with monthly payments. Also, after calculating the monthly payment, how do I determine how much is applied to the principal so I can print an amortization chart.


I will e-mail a sample spreadsheet.
I will send it later today.
 
Upvote 0

Forum statistics

Threads
1,216,381
Messages
6,130,294
Members
449,570
Latest member
TomMacca52

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