Amortization Table with Early Payments

Curtis A Lager

New Member
Joined
Sep 20, 2004
Messages
1
Through an Amortization Table, my goal is to display an amount that may vary per month, as an “Extra Payment” [Column C18], that way I can show how it affects paying off the mortgage sooner, particularly paying less interest. I used an Amortization Table already prepared via another source “Richmore.com” and couldn’t get my question answered. I also went through the 17 MrExcel Message Board “Amortization” references and either I missed it or I couldn’t find the answer. If I may, the data structure is:

C2 = $136,963.00 (pv)
C3 = 4.375% ((interest rate)
C4 = 12 (payments per year)
C5 = +C3/C4 (rate) (0.003645833)
C6 = 30 (number of years)
C7 = +C4*C6 (nper) (360)
C8 = PMT(C5,C7,C2) (($863.84)
C9 = 7/1/2004 (First Payment Date)

Column Headings A18 through F18
A18 = Date; B18 = Period; C18 = Principal; D18 = Interest; E18 = Balance

Note: {Column C18 Extra Payment} does not exist yet with my current data as listed below)

Data starts at B19 as 0 and F19 =pv ($136,963.00 beginning balance) and then remaining data continues at A20

A20 =IF(C9="",DATE(YEAR(TODAY()),MONTH(TODAY())+1,1),C9)
A21 =DATE(YEAR(A20),MONTH(A20)+1,1)

B20 =+B19+1 (B19 was 0)
C20 =PPMT(rate,B20,nper,pv)
D20 =payment - C20
E20 =E19 + C20
Column C18 data will be entered in manually, but I would start out with $201.56 as I have already been paying that extra amount for my current mortgage. I didn’t know how to handle the formula in the Principal, Interest and Balance columns. Any help would be greatly appreciated.
:LOL:
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Did i interpret it right that 201.56 was paid in advance on start 0 day. Then your adjusted principal is
Adjusted pv is =$136,963.00-201.56
Use this as your original principal
 
Upvote 0
Like this?

Formulas:

F12 - =$C$9
G12 - =-($C$7+F12)-H12
H12 - =-I11*$C$4
I12 - =I11+G12

copied down.

You can start the extra payment when you want - just remove the formulas.
 
Upvote 0
Andrew Poulsom Thank you very much. Sorry that I haven't responded sooner; I didn't attack the situation until recently and then I could not get into MrExcel; I had to register. Anyway, your example works fine. I've also added to the left of the Balance, a column for Insurance & taxes which go along with the mortgage payment. Thanks again for your professionalism. Curtis.... :LOL:
 
Upvote 0

Forum statistics

Threads
1,215,772
Messages
6,126,806
Members
449,337
Latest member
BBV123

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