Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default loan calculator with residual balance

I have been working with the Excel template from microsoft that
calculates my loan repayments. This has been OK if the loan is paid
out in full by the end of the contract.

I need a template that has a balance owing (residual or balloon),
even better, one that I can enter the % residual and compare loans if
need be.

This is needed for two reasons.
1. to work out exactly what my principal and interest is each month
2. to compare different residual options for loans
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default loan calculator with residual balance

There are lots of loan templates, so it's difficult to comment without
knowing exactly which one you are using.

You could look where the spreadsheets calculates your payment (it will be a
PMT function), then modify it to suit your situation (by entering a value
for the FV parameter).

You could also roll your own, as amortization tables are not hard to do. You
need five columns:

A. Opening Balance = previous period's opening balance
B. Payment (calculate using PMT function)
C. Interest (=A*IntRate/NumPeriodsPerYear)
D. Principal reduction (=B-C)
E. Closing Balance (=A-D)

Typically your PMT function would reference a table of values where you
enter the data you want. Once you have your basic table, you can embellish
it to suit your preferences.

Regards,
Fred.

wrote in message
...
I have been working with the Excel template from microsoft that
calculates my loan repayments. This has been OK if the loan is paid
out in full by the end of the contract.

I need a template that has a balance owing (residual or balloon),
even better, one that I can enter the % residual and compare loans if
need be.

This is needed for two reasons.
1. to work out exactly what my principal and interest is each month
2. to compare different residual options for loans


  #3   Report Post  
Junior Member
 
Posts: 3
Default

Generally, there are available different software which helps to count the calculate of the interest. As per the principal and duration terms. Another thing is that there is required to get the remaining amount of the principal to pay.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Loan calculator Alli Excel Discussion (Misc queries) 2 May 26th 08 01:54 PM
I am looking for a loan schedule which allows for a residual Loan Schedule with residual Excel Worksheet Functions 2 February 2nd 07 12:40 AM
Loan Calculator for more than 30 years Ray_Johnson Excel Discussion (Misc queries) 1 March 30th 05 08:01 PM
How do you set up a loan using the loan calculator w/odd payments. rad Excel Discussion (Misc queries) 0 February 3rd 05 06:05 PM
Auto Loan Calculator Robert Excel Worksheet Functions 5 January 10th 05 07:20 PM


All times are GMT +1. The time now is 10:43 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"