Calculating Compounding Interest Expense by Month

ascheid

New Member
Joined
Feb 5, 2018
Messages
7
I need to calculate monthly interest expense that is compounding. This shows the format that I am needing. So what is the interest expense for Jan, Feb, Mar, etc.

Amount33600Period (Years)1
Interest Rate.0903Compounding Periods (Monthly)12
MonthInterest Expense
Jan
Feb
March

<tbody>
</tbody>
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
The monthly interest rate depends on how the annual rate (9.03%) is stated.

If it is a simple rate (typical), the monthly rate is 9.03%/12.

If it is a compounded rate, the monthly rate is (1+9.03%)^(1/12) - 1.

However, you label the second column as "interest expense". If the "amount" is a loan, interest does not compound if payments are made on time.

Is this a loan, or is it a savings account?

If it is a loan, why do you think interest compounds?

For late payments, interest does or does not compound, depending on the terms of the loan agreement.
 
Upvote 0
The monthly interest rate depends on how the annual rate (9.03%) is stated.
If it is a simple rate (typical), the monthly rate is 9.03%/12.
If it is a compounded rate, the monthly rate is (1+9.03%)^(1/12) - 1.

And then there's Canada (sigh).

<sigh>For mortgages (and only mortgages, AFAIK [1]), the annual rate is stated as compounded monthly semi-annually. "Say what?!" (smile)

<smile> So the monthly rate is:

(1 + 9.03%/2)^(1/6) - 1


-----
[1] Although I have seen this formula only for Canadian mortgages, I wonder if it is also true for Canadian HELOCs.</smile></sigh>
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,920
Messages
6,122,279
Members
449,075
Latest member
staticfluids

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