PV Formula: Compounded Semi-Annually (Mortgage)

JustAdam8

New Member
Joined
Jul 10, 2023
Messages
2
Office Version
  1. 365
Platform
  1. MacOS
Hello. First post here. I hope you are all doing well! I am stuck on an issue and I was hoping someone could assist.

I am working through a formula to determine how much debt someone could potentially get if they know how much they could afford to pay monthly. The formula I am using is:

=PV(rate, nper, pmt)

RATE = interest rate per period
NPER = periods per term
PMT = payment per month


This works assuming a standard mortgage that is compounded annually (standard in the US). However, mortgages in Canada are compounded semi-annually by law. Does anyone know how I can adjust the formula above to account for the change?

Thank you!


+AB
1Payment Per Month (PMT)-61,347
2Years25
3Periods Per Month (NPER)300
4Annual Interst Rate6.40%
5Rate Per Period (RATE)0.533333%
6
7 $9,170,340.66
 
Please ignore the extra formulas that were included in my post above.
If you prefer, you can remove the rounding.

You can recap the interest for years as follows

Mortgage - Canadian.xlsm
HIJKLMN
2Years12345
3Cumulative interest31,649.2431,273.4630,873.0530,446.4229,991.83
4
Example_
Cell Formulas
RangeFormula
J3J3=-CUMIPMT(C3,B4*12,B2,1,12,0)
K3K3=-CUMIPMT(C3,B4*12,B2,13,24,0)
L3L3=-CUMIPMT(C3,30*12,B2,25,36,0)
M3M3=-CUMIPMT(C3,30*12,B2,37,48,0)
N3N3=-CUMIPMT(C3,30*12,B2,49,60,0)
 
Upvote 0

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
This is what I am trying to build.
MortgageRatePaymentFrequencyInt Only
$550,000.009.20%$4,138.05MonthlyY
$500,000.009.20%$3,761.67MonthlyY
$450,000.009.20%$3,385.68MonthlyY
$400,000.009.20%$3,009.49MonthlyY
$350,000.009.20%$2,633.30MonthlyY
$300,000.009.20%$2,257.12MonthlyY
$250,000.009.20%$1,880.93MonthlyY
$200,000.009.20%$1,504.74MonthlyY
$150,000.009.20%$1,128.56MonthlyY
$100,000.009.20%$752.37MonthlyY



Not trying to build an AM schedule or anything like that - trying to basically plug the Mortgage amount and Rate and then it outputs the proper interest only payment based on a Canadian compounded semi-annually interest only payment payment
 
Upvote 0
What results do you expect with one of lines that you show?
What does the "Interest Only" mean?
The interest amount normally varies with each payment.
You have not provided complete information on the mortgage and how they are to be calculated.
 
Last edited:
Upvote 0
You apparently have the information that you require.
You are showing the interest amount.

Choose the version of the formula that you prefer.

Mortgage - Canadian.xlsm
ABCDEF
2Principal550,000.00
3Rate9.20%0.75%
4Term30
5PaymentInterest4,138.05
64,138.05
74,138.05
Example_
Cell Formulas
RangeFormula
C3C3=(1+B3/2)^(2/12)-1
F5F5=B2*C3
F6F6=B2*((1+B3/2)^(2/12)-1)
F7F7=B2*((1+0.092/2)^(2/12)-1)
 
Upvote 0

Forum statistics

Threads
1,215,076
Messages
6,122,984
Members
449,092
Latest member
Mr Hughes

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