Need FORMULA to calcuate lease

DavidBird

New Member
Joined
Sep 6, 2006
Messages
4
Hi Folks...need a little help.

I'm looking for a formula that will calculate a lease payment.

The variables are:
Price
Residual Value (Future Value)
Term (In years)
Payment Frequency (Annual or Semi - IN ADVANCE)
Interest Rate
Payment

Any assistance would be greatly appreciated.

Regards - David Bird
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
( (price - residual value) * (1 + (interest/100)) ) / term =
payment per year

Do you mean something like this? rename the variables with cell names and youre done.
 
Upvote 0
Hummm....
I entered the formula in the "payment" cell but it STAYS in the cell, in other words the payment cell displays the formula ?
Any suggestions?
Thanks - db
 
Upvote 0
Put an = in front of the formula

=( (price - residual value) * (1 + (interest/100)) ) / term

If that does not work, make sure the cell is not formatted to Text.

Hope it helps

Richard
 
Upvote 0

Forum statistics

Threads
1,214,832
Messages
6,121,843
Members
449,051
Latest member
excelquestion515

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