Mortgage Interest Rate Factor Formula

mecerrato

Board Regular
Joined
Oct 5, 2015
Messages
184
Office Version
  1. 365
Platform
  1. Windows
I was given these mortgage rate factors from a friend in a pdf (he did not write the formulas to calculate the factors) and have been googling the formula so I can replicate it and can't find a way to do it.
Basically, I need to know the factor for any given mortgage interest rate.
Rate is typed in to cell a1
I would like the mortgage rate factor result in a2

This would be for a 30 year mortgage
Thank you for any help or direction you can give me :)

1717601200073.png
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Why don't you just do a lookup?
 
Upvote 0
This gets you pretty close:

ABC
1
2Rate6.50%p.a.
30.54%per month
4No Payments360months
5
6Factor0.0063207
Sheet1
Cell Formulas
RangeFormula
B3B3=B2/12
B6B6=B3/(1-(1+B3)^-B4)
 
Upvote 0
Solution

Forum statistics

Threads
1,223,881
Messages
6,175,159
Members
452,615
Latest member
bogeys2birdies

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