Calculate Monthly Payments vs Lump Sum

sduconn98

New Member
Joined
Apr 13, 2007
Messages
3
I need to calculate the impact of allowing our customers to buy a product at full price today or to pay some % up front and then a monthly payment.

For example, they would be able to choose to pay $250 one time or $50 up front and then $200 over the next 11 months (split evenly) with a cost of capital of 1%/month.

What's the best way to set this up? Any help would be appreciated.
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Excel Workbook
ABCDEFGH
1Method 1Method 2
2PaymentInterestPrin ReducUnPaid
3Paid Today$ 250.00$ 50.00
4Balance Due-$ 200.00
51 month later$17.77$2.0015.77184.23
62 month later$17.77$1.8415.93168.30
73 month later$17.77$1.6816.09152.22
84 month later$17.77$1.5216.25135.97
95 month later$17.77$1.3616.41119.56
106 month later$17.77$1.2016.57102.98
117 month later$17.77$1.0316.7486.24
128 month later$17.77$0.8616.9169.33
139 month later$17.77$0.6917.0852.26
1410 month later$17.77$0.5217.2535.01
1511 month later$17.77$0.3517.4217.59
1612 month later$17.77$0.1817.59(0.00)
17Total Paid$213.24$13.24$200.00
18
19
20Amt Financed:$ 200.00
21Annual Int Rate12%
22Term (Months)12
23
24Monthly Payment
25Computed to
26Pay off$17.77
Sheet1
Excel 2003
Cell Formulas
RangeFormula
B4=250-B3
B20=G4
B26=ROUND(PMT(B21/12,B22,-B20),2)
G4=250-H3
G5=G4-F5
G6=G5-F6
G7=G6-F7
G8=G7-F8
G9=G8-F9
G10=G9-F10
G11=G10-F11
G12=G11-F12
G13=G12-F13
G14=G13-F14
G15=G14-F15
G16=G15-F16
D5=$B$26
D6=$B$26
D7=$B$26
D8=$B$26
D9=$B$26
D10=$B$26
D11=$B$26
D12=$B$26
D13=$B$26
D14=$B$26
D15=$B$26
D16=$B$26
D17=SUM(D5:D16)
E5=G4*$B$21*(30/360)
E6=G5*$B$21*(30/360)
E7=G6*$B$21*(30/360)
E8=G7*$B$21*(30/360)
E9=G8*$B$21*(30/360)
E10=G9*$B$21*(30/360)
E11=G10*$B$21*(30/360)
E12=G11*$B$21*(30/360)
E13=G12*$B$21*(30/360)
E14=G13*$B$21*(30/360)
E15=G14*$B$21*(30/360)
E16=G15*$B$21*(30/360)
E17=SUM(E5:E16)
F5=D5-E5
F6=D6-E6
F7=D7-E7
F8=D8-E8
F9=D9-E9
F10=D10-E10
F11=D11-E11
F12=D12-E12
F13=D13-E13
F14=D14-E14
F15=D15-E15
F16=D16-E16
F17=SUM(F5:F16)
A5=ROW()-4 & " month later"
A6=ROW()-4 & " month later"
A7=ROW()-4 & " month later"
A8=ROW()-4 & " month later"
A9=ROW()-4 & " month later"
A10=ROW()-4 & " month later"
A11=ROW()-4 & " month later"
A12=ROW()-4 & " month later"
A13=ROW()-4 & " month later"
A14=ROW()-4 & " month later"
A15=ROW()-4 & " month later"
A16=ROW()-4 & " month later"
 
Upvote 0

Forum statistics

Threads
1,222,752
Messages
6,168,007
Members
452,160
Latest member
Bekerinik

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