Mortgage Calculator with Variable interest rate

papal singh

New Member
Joined
May 13, 2014
Messages
2
I know how to make a mortgage calculator for a fixed rate, but how would i go about making one if the rate changes every period (i already have these changing rates, the loan amount and the number of periods), what VBA codes would i write?
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
It all depends on the conditions of your mortgage. Also how you pay off the mortgage: are you doing single payment (which repay interest first and then capital) or you doing 2 payments in period (the second usually pay of the capital only)

if you have fix rate calculator use helper column and add there variable rates, and make VBA variable not fixed (like in the fix rate case), but to change each period depends from the value of the cell which contains rate.

Also there are formulas in excel which helps to calculate credits (like RATE any many others depends on your needs )
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,575
Messages
6,125,629
Members
449,241
Latest member
NoniJ

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