Find Interest Rate %

Muthukrishnan V

Active Member
Joined
May 29, 2008
Messages
280
Office Version
  1. 365
Platform
  1. Windows
Find Interest Rate %.xlsx
ABCDEFG
1Excel 365
2Find Interest Rate %
3Principal amountinterest Rate %Period in MonthsPrincipal Compounding every 3 monthsMaturity value
430,000Formula Required2433,662
5
6Peincipal amout matures at the end of 24 months
7Interest applied every 3 months
8Principal is compounded every 3 months
9Request formula in C2 for the above example
Sheet1
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Check Excel's help for information on the functions.
Ensure that the factors and calculations are consistent with the rules in your jurisdiction.

consider
T202301a.xlsm
ABCDEF
1Principal amountinterest Rate %2 yearsInterest Compounding every 3 monthsMaturity value
230,000.001.450%33,662.00
330,000.005.80%33,662.00
4
55.8%
2b
Cell Formulas
RangeFormula
C2C2=RATE(2*4,,B2,-F2,0,0.02)
C3C3=C2*4
F3F3=FV(C3/4,2*4,,-B3)
C5C5=C2*4
 
Upvote 0
With generic compound interest formula:
Excel Formula:
=4*((33662/30000)^(1/(2*4))-1)
2 is for 2-year period. 4 is for, interest will be applied 4 times in a year.
 
Upvote 0

Forum statistics

Threads
1,215,390
Messages
6,124,667
Members
449,178
Latest member
Emilou

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