Calculate Interest Rate for Amortization Schedule

Arrushing

New Member
Joined
Jun 9, 2020
Messages
3
Office Version
  1. 365
Platform
  1. Windows
I'm trying to calculate the interest rate for an fixed rate amortization schedule using the known factors below:

- Principal Balance
- Term
- Total Interest Paid

Currently the formula that I have found requires the payment in its' formula, however this is an unknown factor with what I'm trying to accomplish.

Is there another formula that includes total interest paid instead of the monthly payment amount in it's calculation? If not, how can I back into calculating this?

Any help would be much appreciated.
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
T202006a.xlsm
ABC
1Principal500,000.00
2Term25
3Total interest505,000.00
4Payment3,350.00
5Rate0.54%6.47%
6
7Payment$3,350.00
6a
Cell Formulas
RangeFormula
B4B4=(B1+B3)/(B2*12)
B5B5=RATE(B2*12,-B4,B1,0,1,0.01)
C5C5=B5*12
B7B7=PMT(C5/12,B2*12,-B1,0,1)
 
Upvote 0

Forum statistics

Threads
1,214,956
Messages
6,122,465
Members
449,085
Latest member
ExcelError

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