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

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
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,214,528
Messages
6,120,065
Members
448,941
Latest member
AlphaRino

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