Calculating a Loan Constant

tywalker2276

New Member
Joined
Feb 2, 2012
Messages
10
Hello all!

I was wondering if someone could help me derive a formula to determine a loan constant. My interest rate is 3.5% (Cell H55) and my Amortization period is 300 months (Cell H56). Any help you can give me would be much appreciated!

Thank you!

Tyler
 

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.
Using the first example from the suggest website I created the following equation. However I get a different answer than what the website shows. I am not sure where the error is in my formula? Could you please take a look and let me know what did wrong?

=(0.055/12)/(1-(1/(POWER(1+(0.055/12),360))))

Thanks!
 
Upvote 0
Welp, serves me right for just using the first thing that came up on Google. Looking into it more I'm getting multiple definitions for what a loan constant is. What is your definition?
 
Upvote 0
Excel Workbook
ABC
1Principal4,000,000.00
2Rate5.50%
3Term30
40.068134680.06813
5Annual payments272,538.72272,520.00
6Payment272,538.72272,538.72
7Rounding difference0.0018.72
8
5b
Excel 2003
Cell Formulas
RangeFormula
B4=(B2/12)/(1-(1/(1+B2/12)^(B3*12)))*12
B5=$B$1*B4
B6=PMT(B2/12,B3*12,-B1)*12
B7=B6-B5
C4=ROUND((0.055/12)/(1-(1/(1+0.055/12)^360))*12,5)
C5=$B$1*C4
C6=PMT(B2/12,B3*12,-B1)*12
C7=C6-C5
 
Upvote 0

Forum statistics

Threads
1,214,944
Messages
6,122,391
Members
449,080
Latest member
Armadillos

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