Calculating implied interest rate

SunKing951

New Member
Joined
Jul 8, 2011
Messages
11
Hi there, I'd like to calculate an implied interest rate whereby I have the starting principal amount, and then a long string of cash flows over a period of 117 months. What makes this a bit more difficult in terms of using the "RATE" formula or something similar, is that the monthly cash flows (payments) are not fixed; every 12 months they change so there are various levels. The "RATE" formula I researched seems designed only for a fixed monthly payment which stays uniform over the entire period.

Any ideas?

Many thanks
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Hi there, I'd like to calculate an implied interest rate whereby I have the starting principal amount, and then a long string of cash flows over a period of 117 months. What makes this a bit more difficult in terms of using the "RATE" formula or something similar, is that the monthly cash flows (payments) are not fixed; every 12 months they change so there are various levels. The "RATE" formula I researched seems designed only for a fixed monthly payment which stays uniform over the entire period.

Any ideas?

Many thanks

Is the starting amount a negative dollar amount? Then you could use the IRR formula (where A1 is your negative principal amount and A2:A119 are your 117 values)

Code:
=IRR(A1:A119)
 
Upvote 0

Forum statistics

Threads
1,224,600
Messages
6,179,836
Members
452,947
Latest member
Gerry_F

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