Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
neda5
 
Posts: n/a
Default Loan Amortization Formula

I have a problem that is more of a math problem than excel.
I want to show an annual loan interest calculation that is based on a
monthly amortization schedule.
The problem is that each month we repay some of the principal and then next
months interest is calculated on a different principal amount.
Illustrated I am imagining that this is how this would look assuming we
start with a balance of $1,000 and an monthly interest rate of r.

1,000*r+(1,000-((1,000*r))*r+(1,000-(1,000-((1,000*r))*r)...and so on

This seems like some sort of math series and I am wondering if this can be
simplified in a formula.

If anyone can help I would really appreciate it.
Thanks.

Neda

  #2   Report Post  
Posted to microsoft.public.excel.misc
Dana DeLouis
 
Posts: n/a
Default Loan Amortization Formula

I want to show an annual loan interest calculation that is based on a
monthly amortization schedule.


Hi. I had a hard time with this one. To check one's work, here is a loan
template with extra payments.

http://office.microsoft.com/en-us/te...?AxInstalled=1

For a closed form equation, I assume you are making a constant "Extra
Payment."
If r is your monthly interest rate,
p is your mortgage payment plus a constant "Extra Payment",
n is a particular month, then the interest at that particular month is given
by:

(Loan*r-p)*(r+1)^(n-1)+p

If you would like to sum a 12 month period, and call that period a year
(y=1, 2, or 3...etc)
then perhaps this equation. Sorry, but I couldn't find a smaller equation.
:(

((r + 2)*r*(r + 1)^2 + 1)*(r^2 + r + 1)*
((r + 2)*r + 2)*(r + 2)*((r + 3)*r + 3)*
(Loan*r - p)*(r + 1)^(12*(y - 1)) + 12*p;

The above equations seemed to check with sample data on the above loan
sheet.
You will have to make an adjustment near the end of the loan since the loan
balance gets to zero faster.
--
HTH. :)
Dana DeLouis
Windows XP, Office 2003


"neda5" wrote in message
...
I have a problem that is more of a math problem than excel.
I want to show an annual loan interest calculation that is based on a
monthly amortization schedule.
The problem is that each month we repay some of the principal and then
next
months interest is calculated on a different principal amount.
Illustrated I am imagining that this is how this would look assuming we
start with a balance of $1,000 and an monthly interest rate of r.

1,000*r+(1,000-((1,000*r))*r+(1,000-(1,000-((1,000*r))*r)...and so on

This seems like some sort of math series and I am wondering if this can be
simplified in a formula.

If anyone can help I would really appreciate it.
Thanks.

Neda



  #3   Report Post  
Posted to microsoft.public.excel.misc
neda5
 
Posts: n/a
Default Loan Amortization Formula

Thanks I will try the equations.
Neda

"Dana DeLouis" wrote:

I want to show an annual loan interest calculation that is based on a
monthly amortization schedule.


Hi. I had a hard time with this one. To check one's work, here is a loan
template with extra payments.

http://office.microsoft.com/en-us/te...?AxInstalled=1

For a closed form equation, I assume you are making a constant "Extra
Payment."
If r is your monthly interest rate,
p is your mortgage payment plus a constant "Extra Payment",
n is a particular month, then the interest at that particular month is given
by:

(Loan*r-p)*(r+1)^(n-1)+p

If you would like to sum a 12 month period, and call that period a year
(y=1, 2, or 3...etc)
then perhaps this equation. Sorry, but I couldn't find a smaller equation.
:(

((r + 2)*r*(r + 1)^2 + 1)*(r^2 + r + 1)*
((r + 2)*r + 2)*(r + 2)*((r + 3)*r + 3)*
(Loan*r - p)*(r + 1)^(12*(y - 1)) + 12*p;

The above equations seemed to check with sample data on the above loan
sheet.
You will have to make an adjustment near the end of the loan since the loan
balance gets to zero faster.
--
HTH. :)
Dana DeLouis
Windows XP, Office 2003


"neda5" wrote in message
...
I have a problem that is more of a math problem than excel.
I want to show an annual loan interest calculation that is based on a
monthly amortization schedule.
The problem is that each month we repay some of the principal and then
next
months interest is calculated on a different principal amount.
Illustrated I am imagining that this is how this would look assuming we
start with a balance of $1,000 and an monthly interest rate of r.

1,000*r+(1,000-((1,000*r))*r+(1,000-(1,000-((1,000*r))*r)...and so on

This seems like some sort of math series and I am wondering if this can be
simplified in a formula.

If anyone can help I would really appreciate it.
Thanks.

Neda




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Construction Loan Interest Formula EGavin Excel Worksheet Functions 1 January 5th 06 12:53 AM
loan amortization Lizzie New Users to Excel 2 December 15th 05 02:36 AM
Formula which splits principal & interest pmts on P&I Loan Dealmakerjc Excel Worksheet Functions 1 November 7th 05 03:37 PM
need 360-day loan amortization excel spreadsheet template PegW Excel Worksheet Functions 0 September 16th 05 02:23 PM
Loan amortization schedule with bi-monthly payments McCarthy_MF Excel Worksheet Functions 0 December 9th 04 09:45 PM


All times are GMT +1. The time now is 04:44 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"