Commercial HP or Loan Repayments

Michaelbbeck

New Member
Joined
Dec 28, 2014
Messages
25
Hi Guys

I am looking to work out a simple repayment schedule monthly, please.

Inputs are
loan amount
time in years
interest rate pa
balloon %

I want to get the
monthly repayment, please

Lost on this one as a newbie

thank you all again.
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
In general, assuming equal monthly payments:

=PMT(annualRate/12, years*12, -loan, balloon)

Note the sign of the values: loan is negative; balloon amount (final balance) and PMT are positive.

This also assumes that the loan amortizes "normally" (the so-called actuarial method). But some loans can be structured differently.

So if the PMT formula above does answer your question complete, it would behoove you to provide more details about the terms of the loan, as well as details numbers, ideally including the monthly payment of a known example, if you know one.

It is unclear what you mean by "balloon %". If the balloon amount is described as a percent of the loan, you can replace "balloon" in the formula above with the expression loan*pct
 
Upvote 0
Solution

Forum statistics

Threads
1,215,282
Messages
6,124,049
Members
449,139
Latest member
sramesh1024

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