Solving for Rate with Unknown Payment

rnewton

New Member
Joined
Apr 12, 2018
Messages
11
I am attempting to bulid a formula that will determine rate on an "end of the period" loan where the only knowns are:

Starting Balance
Term and frequency of payments
Number of payments made
Current Balance

For example: On a $100,000 30yr mortgage, 12 payments have been made, and the current balance is $98,524.66. What is the interest rate?

Thank you!
 
Thanks guys, Goal Seek is powerful tool, that I have completely missed in excel. I have a follow up question you. Is there a way to get this to work in batches? The list I have is in the tens of thousands...
 
Upvote 0

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Goal Seek is powerful tool, that I have completely missed in excel. I have a follow up question you. Is there a way to get this to work in batches?

I think you would have to be more specific about what you mean by "batches". Even "tens of thousands" is sufficient.

But my guess is: any "batch" solution involves using Goal Seek in VBA. (And I found Solver to be more accurate in this case).

So why not use the VBA solution that I provided in posting #9 ?

It is intuitive insofar as it is a special RATE function. And RATE is what we would use if we knew the periodic payment.

So that allows you to use Excel formulas, as you said you wanted to do at the outset.
 
Upvote 0
Yeah, I didn't have the most recent responses when I asked my last question. Thanks to all for the help
 
Upvote 0

Forum statistics

Threads
1,223,908
Messages
6,175,307
Members
452,633
Latest member
DougMo

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