mathematical calculation in excel

Stclements

Board Regular
Joined
Aug 6, 2008
Messages
236
I want to write an excel formula that will allow me to evaluate the real interest rate of return on a loan where the capital depreciates whilst the interest payable remains that payable on the original sum.

Thus if the original sum is £5000 at an interest rate of 10% means that the interest payable is 500 per annum
but if 10% of the capital was paid thus the outstanding capital is now £4500 but interest payable at 10% of the original sum means that £500 will be paid of a debt of £4500 meaning the real rate is 11.11% etc
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Can you post an example of what you need? Create a small table end type the values manually... i'm shure someone arround here will help you...
 
Upvote 0
Can you post an example of what you need? Create a small table end type the values manually... i'm shure someone arround here will help you...

Capital 5000
Annual interest rate 5% paid monthly
Monthly Capital Repayment 500
Thus 10 capital repayments of 500 and 10 interest payments of 250

The capital is paid back at the rate of 500 per month thus
month 1 5000-500=4500 Annual rate of interest payable @5% on initial 5000
Month 2 4500-500=4000 Annual rate of interest payable @5% on initial 5000
Month 3 4000-500=3500 Annual rate of interest payable @5% on initial 5000

The example shows that whilst a normal loan would be ammortised so that the interest payable would fall in line with the declining capital outstanding, what I am trying to evaluate is the real rate of return if the capital declines as per the example but the interest rate remains payable at the same trate as the initial starting sum thus interest is always paid monthly at a rate of 5% annually on a capital sum of 5000
 
Upvote 0
I want to write an excel formula that will allow me to evaluate the real interest rate of return on a loan where the capital depreciates whilst the interest payable remains that payable on the original sum.
Capital 5000
Annual interest rate 5% paid monthly
Monthly Capital Repayment 500
Thus 10 capital repayments of 500 and 10 interest payments of 250
The capital is paid back at the rate of 500 per month thus
month 1 5000-500=4500 Annual rate of interest payable @5% on initial 5000
Month 2 4500-500=4000 Annual rate of interest payable @5% on initial 5000
Month 3 4000-500=3500 Annual rate of interest payable @5% on initial 5000

If the annual interest rate is 5%, the monthly interest payment is about 20.83 (5000*5%/12), not 250. Conversely, if there are 10 monthly interest payments of 250 (5000*5%), 5% is the monthly interest rate. The annual interest rate is 60% (12*5%). I will assume the latter.

What you describe is a repayment plan where both the principal and interest payments are fixed amounts; a total monthly payment of 750. The following amortization schedule shows the rate of interest based on the balance in column E.


A
B
C
D
E
1
Loan
5000


2
Prin Pmt500for10months
3
Int Pmt250at5%monthly
4





5
Pmt#Prin PmtInt PmtBalInt Rate
6



5000
7
150025045005.00%
8
250025040005.56%
9
350025035006.25%
10
450025030007.14%
11
550025025008.33%
12
6500250200010.00%
13
7500250150012.50%
14
8500250100016.67%
15
950025050025.00%
16
10500250050.00%

<tbody>
</tbody>

The formula in E7 is =C7/D6. Copy the formula down through E16.

It is unclear if that is the formula you are looking for.

The total interest percentage is =D2*B3/B1 (50%).

If you want to calculate the rate of interest based on balance without a table, the formula for the month number in A4 is:

=$B$3 / ($B$1-(A4-1)*$B$2)
 
Upvote 0

Forum statistics

Threads
1,214,827
Messages
6,121,818
Members
449,049
Latest member
cybersurfer5000

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