Dynamic Loan Drawdowns in Amortization Table

smittymj

New Member
Joined
Jun 12, 2018
Messages
23
Good day!

Hoping for some help on this problem. I'm trying to make a dynamic loan amortization table. Is it possible to make an amortization table that adjusts its principal and interest payments based on dynamic loan drawdowns instead of one lump-sum drawdown at the start? Rough idea below. Would appreciate any help!

Amortization.xlsx
BCDEFGHIJKLMN
34,480,000(5,072,588)(4,480,000)(592,588)(0)
4MonthLoan Actually RequiredPaymentsPrincipalInterestBalance
5-4,480,000
6Payments p.a.#121100,000(84,543)(65,876)(18,667)4,414,124
72100,000(84,543)(66,151)(18,392)4,347,973
8Loan AmountA$4,480,0003100,000(84,543)(66,427)(18,117)4,281,546
9Loan TermYears5.0 Yr(s)4100,000(84,543)(66,703)(17,840)4,214,843
10Interest Rate p.a.% p.a.5.0%5100,000(84,543)(66,981)(17,562)4,147,861
116100,000(84,543)(67,260)(17,283)4,080,601
127100,000(84,543)(67,541)(17,003)4,013,060
138100,000(84,543)(67,822)(16,721)3,945,238
149100,000(84,543)(68,105)(16,438)3,877,134
1510100,000(84,543)(68,388)(16,155)3,808,745
1611100,000(84,543)(68,673)(15,870)3,740,072
1712100,000(84,543)(68,959)(15,584)3,671,112
1813100,000(84,543)(69,247)(15,296)3,601,866
1914100,000(84,543)(69,535)(15,008)3,532,330
2015100,000(84,543)(69,825)(14,718)3,462,505
2116200,000(84,543)(70,116)(14,427)3,392,389
2217200,000(84,543)(70,408)(14,135)3,321,981
2318200,000(84,543)(70,702)(13,842)3,251,279
2419200,000(84,543)(70,996)(13,547)3,180,283
2520200,000(84,543)(71,292)(13,251)3,108,991
2621200,000(84,543)(71,589)(12,954)3,037,402
2722200,000(84,543)(71,887)(12,656)2,965,515
2823200,000(84,543)(72,187)(12,356)2,893,328
2924200,000(84,543)(72,488)(12,056)2,820,841
3025300,000(84,543)(72,790)(11,754)2,748,051
3126400,000(84,543)(73,093)(11,450)2,674,958
3227480,000(84,543)(73,397)(11,146)2,601,561
3328(84,543)(73,703)(10,840)2,527,857
3429(84,543)(74,010)(10,533)2,453,847
3530(84,543)(74,319)(10,224)2,379,528
3631(84,543)(74,628)(9,915)2,304,900
3732(84,543)(74,939)(9,604)2,229,960
3833(84,543)(75,252)(9,292)2,154,709
3934(84,543)(75,565)(8,978)2,079,144
4035(84,543)(75,880)(8,663)2,003,264
4136(84,543)(76,196)(8,347)1,927,067
4237(84,543)(76,514)(8,029)1,850,554
4338(84,543)(76,832)(7,711)1,773,721
4439(84,543)(77,153)(7,391)1,696,569
4540(84,543)(77,474)(7,069)1,619,095
4641(84,543)(77,797)(6,746)1,541,298
4742(84,543)(78,121)(6,422)1,463,177
4843(84,543)(78,447)(6,097)1,384,730
4944(84,543)(78,773)(5,770)1,305,957
5045(84,543)(79,102)(5,441)1,226,855
5146(84,543)(79,431)(5,112)1,147,424
5247(84,543)(79,762)(4,781)1,067,662
5348(84,543)(80,095)(4,449)987,567
5449(84,543)(80,428)(4,115)907,139
5550(84,543)(80,763)(3,780)826,375
5651(84,543)(81,100)(3,443)745,275
5752(84,543)(81,438)(3,105)663,838
5853(84,543)(81,777)(2,766)582,061
5954(84,543)(82,118)(2,425)499,943
6055(84,543)(82,460)(2,083)417,483
6156(84,543)(82,804)(1,740)334,679
6257(84,543)(83,149)(1,394)251,530
6358(84,543)(83,495)(1,048)168,035
6459(84,543)(83,843)(700)84,192
6560(84,543)(84,192)(351)(0)
66----(0)
67----(0)
68----(0)
69----(0)
70----(0)
714,480,000(5,072,588)(4,480,000)(592,588)
Amortization
Cell Formulas
RangeFormula
J3:M3J3=J71
N3N3=INDEX($N$6:$N$70,MATCH($D$9*12,$I$6:$I$70,0))
N5N5=D8
K6K6=PMT($D$10/$D$6,$D$9*$D$6,$D$8)
L6:L70L6=IF($I6=0,0,PPMT($D$10/$D$6,I6,$D$9*$D$6,$D$8))
M6:M70M6=IF(I6=0,0,IPMT($D$10/$D$6,I6,$D$9*$D$6,$D$8))
N6:N70N6=N5+L6
K7:K70K7=IF($I7=0,0,$K$6)
D8D8=5600000*0.8
I7:I70I7=IF(I6=0,0,IF((I6+1)<=($D$9*12),I6+1,0))
J71:M71J71=SUM(J6:J70)
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
What do you mean by drawdowns? Taking an advance on a line of credit, or an additional payment to principal? It has been a long time since I've worked on AM Scheds. But, I am pretty sure what you're asking is entirely possible. Is the payment recalculated on the drawdown date or the anniversary date? or the first of the month the drawdown occurs in? What does column J do in your xl2bb worksheet (is it the drawdown you mention?).
 
Upvote 0
Is this something that you were looking for? As I look at it, i think you mean draw downs are advances, like a line of credit. But, it seems you have a maturity date that needs to be met regardless of when the draw down occurs. Likewise you could put interest rate changes in this mix as well.

Mr Excel Questions 72.xlsm
ABCDEFGHOPQRSTU
1
2
3
4MonthAdvance At start of this monthPaymentsInterest acrued thru start of this monthPrincipalBalance
50100000000100000
6Payments p.a.#1210$1,887.12416.67$1,470.45$98,529.55
720$1,887.12410.54$1,476.58$97,052.97
8Loan AmountA$4,480,000.000030$1,887.12404.39$1,482.73$95,570.24
9Loan TermYears540$1,887.12398.21$1,488.91$94,081.33
10Interest Rate p.a.% p.a.0.0550$1,887.12392.01$1,495.11$92,586.22
1160$1,887.12385.78$1,501.34$91,084.88
1270$1,887.12379.52$1,507.60$89,577.28
13Payment:$84,543.13080$1,887.12373.24$1,513.88$88,063.40
1490$1,887.12366.93$1,520.19$86,543.21
15Advances:PdAmt100$1,887.12360.6$1,526.52$85,016.69
160100000110$1,887.12354.24$1,532.88$83,483.81
1716100000120$1,887.12347.85$1,539.27$81,944.54
1825100000130$1,887.12341.44$1,545.68$80,398.86
1926100000140$1,887.13335$1,552.13$78,846.73
202780000150$1,887.13328.53$1,558.60$77,288.13
2116100000$1,887.13322.03$1,565.10$175,723.03
22170$4,379.27732.18$3,647.09$172,075.94
23180$4,379.27716.98$3,662.29$168,413.65
24190$4,379.27701.72$3,677.55$164,736.10
25200$4,379.27686.4$3,692.87$161,043.23
26210$4,379.27671.01$3,708.26$157,334.97
27220$4,379.27655.56$3,723.71$153,611.26
28230$4,379.26640.05$3,739.21$149,872.05
29240$4,379.27624.47$3,754.80$146,117.25
3025100000$4,379.27608.82$3,770.45$242,346.80
3126100000$7,455.741009.78$6,445.96$335,900.84
322780000$10,616.281399.59$9,216.69$406,684.15
33280$13,216.051694.52$11,521.53$395,162.62
34290$13,216.051646.51$11,569.54$383,593.08
35300$13,216.051598.3$11,617.75$371,975.33
36310$13,216.051549.9$11,666.15$360,309.18
37320$13,216.051501.29$11,714.76$348,594.42
38330$13,216.051452.48$11,763.57$336,830.85
39340$13,216.051403.46$11,812.59$325,018.26
40350$13,216.051354.24$11,861.81$313,156.45
41360$13,216.051304.82$11,911.23$301,245.22
42370$13,216.051255.19$11,960.86$289,284.36
43380$13,216.051205.35$12,010.70$277,273.66
44390$13,216.051155.31$12,060.74$265,212.92
45400$13,216.051105.05$12,111.00$253,101.92
46410$13,216.051054.59$12,161.46$240,940.46
47420$13,216.051003.92$12,212.13$228,728.33
48430$13,216.05953.03$12,263.02$216,465.31
49440$13,216.04901.94$12,314.10$204,151.21
50450$13,216.04850.63$12,365.41$191,785.80
51460$13,216.05799.11$12,416.94$179,368.86
52470$13,216.05747.37$12,468.68$166,900.18
53480$13,216.04695.42$12,520.62$154,379.56
54490$13,216.05643.25$12,572.80$141,806.76
55500$13,216.05590.86$12,625.19$129,181.57
56510$13,216.04538.26$12,677.78$116,503.79
57520$13,216.05485.43$12,730.62$103,773.17
58530$13,216.04432.39$12,783.65$90,989.52
59540$13,216.05379.12$12,836.93$78,152.59
60550$13,216.04325.64$12,890.40$65,262.19
61560$13,216.05271.93$12,944.12$52,318.07
62570$13,216.05217.99$12,998.06$39,320.01
63580$13,216.04163.83$13,052.21$26,267.80
64590$13,216.04109.45$13,106.59$13,161.21
65600$13,216.0554.84$13,161.21$0.00
smittymj
Cell Formulas
RangeFormula
P5:P65P5=SEQUENCE(61,1,0,1)
Q5:Q65Q5=IFNA(INDEX($D$16:$D$20,MATCH(P5,$C$16:$C$20,0)),0)
U5U5=Q5+S5-T5
R6:R65R6=ROUND(PMT($D$10/12,($D$9*12)-P5,-U5),2)
S6:S65S6=ROUND(U5*$D$10/12,2)
T6:T65T6=R6-S6
U6:U65U6=U5-T6+Q6
D8D8=5600000*0.8
D13D13=ROUND(PMT(D10/12,D9*12,-D8),2)
Dynamic array formulas.
 
Upvote 0
Is this something that you were looking for? As I look at it, i think you mean draw downs are advances, like a line of credit. But, it seems you have a maturity date that needs to be met regardless of when the draw down occurs. Likewise you could put interest rate changes in this mix as well.


Mr Excel Questions 72.xlsm
ABCDEFGHOPQRSTU
4MonthAdvance At start of this monthPaymentsInterest acrued thru start of this monthPrincipalBalance
50100000000100000
6Payments p.a.#1210$1,887.12416.67$1,470.45$98,529.55
720$1,887.12410.54$1,476.58$97,052.97
8Loan AmountA$4,480,000.000030$1,887.12404.39$1,482.73$95,570.24
9Loan TermYears540$1,887.12398.21$1,488.91$94,081.33
10Interest Rate p.a.% p.a.0.0550$1,887.12392.01$1,495.11$92,586.22
1160$1,887.12385.78$1,501.34$91,084.88
1270$1,887.12379.52$1,507.60$89,577.28
13Payment:$84,543.13080$1,887.12373.24$1,513.88$88,063.40
1490$1,887.12366.93$1,520.19$86,543.21
15Advances:PdAmt100$1,887.12360.6$1,526.52$85,016.69
160100000110$1,887.12354.24$1,532.88$83,483.81
1716100000120$1,887.12347.85$1,539.27$81,944.54
1825100000130$1,887.12341.44$1,545.68$80,398.86
1926100000140$1,887.13335$1,552.13$78,846.73
202780000150$1,887.13328.53$1,558.60$77,288.13
2116100000$1,887.13322.03$1,565.10$175,723.03
22170$4,379.27732.18$3,647.09$172,075.94
23180$4,379.27716.98$3,662.29$168,413.65
24190$4,379.27701.72$3,677.55$164,736.10
25200$4,379.27686.4$3,692.87$161,043.23
26210$4,379.27671.01$3,708.26$157,334.97
27220$4,379.27655.56$3,723.71$153,611.26
28230$4,379.26640.05$3,739.21$149,872.05
29240$4,379.27624.47$3,754.80$146,117.25
3025100000$4,379.27608.82$3,770.45$242,346.80
3126100000$7,455.741009.78$6,445.96$335,900.84
322780000$10,616.281399.59$9,216.69$406,684.15
33280$13,216.051694.52$11,521.53$395,162.62
34290$13,216.051646.51$11,569.54$383,593.08
35300$13,216.051598.3$11,617.75$371,975.33
36310$13,216.051549.9$11,666.15$360,309.18
37320$13,216.051501.29$11,714.76$348,594.42
38330$13,216.051452.48$11,763.57$336,830.85
39340$13,216.051403.46$11,812.59$325,018.26
40350$13,216.051354.24$11,861.81$313,156.45
41360$13,216.051304.82$11,911.23$301,245.22
42370$13,216.051255.19$11,960.86$289,284.36
43380$13,216.051205.35$12,010.70$277,273.66
44390$13,216.051155.31$12,060.74$265,212.92
45400$13,216.051105.05$12,111.00$253,101.92
46410$13,216.051054.59$12,161.46$240,940.46
47420$13,216.051003.92$12,212.13$228,728.33
48430$13,216.05953.03$12,263.02$216,465.31
49440$13,216.04901.94$12,314.10$204,151.21
50450$13,216.04850.63$12,365.41$191,785.80
51460$13,216.05799.11$12,416.94$179,368.86
52470$13,216.05747.37$12,468.68$166,900.18
53480$13,216.04695.42$12,520.62$154,379.56
54490$13,216.05643.25$12,572.80$141,806.76
55500$13,216.05590.86$12,625.19$129,181.57
56510$13,216.04538.26$12,677.78$116,503.79
57520$13,216.05485.43$12,730.62$103,773.17
58530$13,216.04432.39$12,783.65$90,989.52
59540$13,216.05379.12$12,836.93$78,152.59
60550$13,216.04325.64$12,890.40$65,262.19
61560$13,216.05271.93$12,944.12$52,318.07
62570$13,216.05217.99$12,998.06$39,320.01
63580$13,216.04163.83$13,052.21$26,267.80
64590$13,216.04109.45$13,106.59$13,161.21
65600$13,216.0554.84$13,161.21$0.00
smittymj
Cell Formulas
RangeFormula
P5:P65P5=ROW(P5)-5
Q5:Q65Q5=IFNA(INDEX($D$16:$D$20,MATCH(P5,$C$16:$C$20,0)),0)
U5U5=Q5+S5-T5
R6:R65R6=ROUND(PMT($D$10/12,($D$9*12)-P5,-U5),2)
S6:S65S6=ROUND(U5*$D$10/12,2)
T6:T65T6=R6-S6
U6:U65U6=U5-T6+Q6
D8D8=5600000*0.8
D13D13=ROUND(PMT(D10/12,D9*12,-D8),2)
 
Upvote 0
Is this something that you were looking for? As I look at it, i think you mean draw downs are advances, like a line of credit. But, it seems you have a maturity date that needs to be met regardless of when the draw down occurs. Likewise you could put interest rate changes in this mix as well.


Mr Excel Questions 72.xlsm
ABCDEFGHOPQRSTU
4MonthAdvance At start of this monthPaymentsInterest acrued thru start of this monthPrincipalBalance
50100000000100000
6Payments p.a.#1210$1,887.12416.67$1,470.45$98,529.55
720$1,887.12410.54$1,476.58$97,052.97
8Loan AmountA$4,480,000.000030$1,887.12404.39$1,482.73$95,570.24
9Loan TermYears540$1,887.12398.21$1,488.91$94,081.33
10Interest Rate p.a.% p.a.0.0550$1,887.12392.01$1,495.11$92,586.22
1160$1,887.12385.78$1,501.34$91,084.88
1270$1,887.12379.52$1,507.60$89,577.28
13Payment:$84,543.13080$1,887.12373.24$1,513.88$88,063.40
1490$1,887.12366.93$1,520.19$86,543.21
15Advances:PdAmt100$1,887.12360.6$1,526.52$85,016.69
160100000110$1,887.12354.24$1,532.88$83,483.81
1716100000120$1,887.12347.85$1,539.27$81,944.54
1825100000130$1,887.12341.44$1,545.68$80,398.86
1926100000140$1,887.13335$1,552.13$78,846.73
202780000150$1,887.13328.53$1,558.60$77,288.13
2116100000$1,887.13322.03$1,565.10$175,723.03
22170$4,379.27732.18$3,647.09$172,075.94
23180$4,379.27716.98$3,662.29$168,413.65
24190$4,379.27701.72$3,677.55$164,736.10
25200$4,379.27686.4$3,692.87$161,043.23
26210$4,379.27671.01$3,708.26$157,334.97
27220$4,379.27655.56$3,723.71$153,611.26
28230$4,379.26640.05$3,739.21$149,872.05
29240$4,379.27624.47$3,754.80$146,117.25
3025100000$4,379.27608.82$3,770.45$242,346.80
3126100000$7,455.741009.78$6,445.96$335,900.84
322780000$10,616.281399.59$9,216.69$406,684.15
33280$13,216.051694.52$11,521.53$395,162.62
34290$13,216.051646.51$11,569.54$383,593.08
35300$13,216.051598.3$11,617.75$371,975.33
36310$13,216.051549.9$11,666.15$360,309.18
37320$13,216.051501.29$11,714.76$348,594.42
38330$13,216.051452.48$11,763.57$336,830.85
39340$13,216.051403.46$11,812.59$325,018.26
40350$13,216.051354.24$11,861.81$313,156.45
41360$13,216.051304.82$11,911.23$301,245.22
42370$13,216.051255.19$11,960.86$289,284.36
43380$13,216.051205.35$12,010.70$277,273.66
44390$13,216.051155.31$12,060.74$265,212.92
45400$13,216.051105.05$12,111.00$253,101.92
46410$13,216.051054.59$12,161.46$240,940.46
47420$13,216.051003.92$12,212.13$228,728.33
48430$13,216.05953.03$12,263.02$216,465.31
49440$13,216.04901.94$12,314.10$204,151.21
50450$13,216.04850.63$12,365.41$191,785.80
51460$13,216.05799.11$12,416.94$179,368.86
52470$13,216.05747.37$12,468.68$166,900.18
53480$13,216.04695.42$12,520.62$154,379.56
54490$13,216.05643.25$12,572.80$141,806.76
55500$13,216.05590.86$12,625.19$129,181.57
56510$13,216.04538.26$12,677.78$116,503.79
57520$13,216.05485.43$12,730.62$103,773.17
58530$13,216.04432.39$12,783.65$90,989.52
59540$13,216.05379.12$12,836.93$78,152.59
60550$13,216.04325.64$12,890.40$65,262.19
61560$13,216.05271.93$12,944.12$52,318.07
62570$13,216.05217.99$12,998.06$39,320.01
63580$13,216.04163.83$13,052.21$26,267.80
64590$13,216.04109.45$13,106.59$13,161.21
65600$13,216.0554.84$13,161.21$0.00
smittymj
Cell Formulas
RangeFormula
P5:P65P5=ROW(P5)-5
Q5:Q65Q5=IFNA(INDEX($D$16:$D$20,MATCH(P5,$C$16:$C$20,0)),0)
U5U5=Q5+S5-T5
R6:R65R6=ROUND(PMT($D$10/12,($D$9*12)-P5,-U5),2)
S6:S65S6=ROUND(U5*$D$10/12,2)
T6:T65T6=R6-S6
U6:U65U6=U5-T6+Q6
D8D8=5600000*0.8
D13D13=ROUND(PMT(D10/12,D9*12,-D8),2)
Thank you so much! I think I can work with this. Sorry we call advances/taking from the credit line as drawdowns from where I work at :D

I'll let you know if I make it work!
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,959
Members
449,096
Latest member
Anshu121

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