Mortgage calculator

A

Aaron

Has anybody used a mortgage or loan calculator from one of the banking
sites? I would like to build one in Excel. Any help would be
appreciated.
 
J

Jim Cone

Aaron,

I've written an Excel Add-in that "Calculates Payments". The user enters
loan amount, interest rate, term of loan, payments per year. It you, or
others out there, would like a copy, please let me know. (the programming
code, however, is not available for viewing)

Regards,

Jim Cone
San Francisco, CA
'*****************
 
N

Norman Harker

Hi Aaron!

Start off by looking at the following functions:

PV can find affordable loan
RATE can find effective interest rate
NPER can find unexpired term of loan
FV can find balance of a loan
PMT can calculate loan payments

IPMT returns the interest element in a loan payment
PPMT returns the interest element in a loan payment

Then in Analysis ToolPak:

CUMIPMT cumulative interest between two periods
CUMPRINC cumulative principal repaid between two periods

For more flexible calculations you might need to set up an
amortization schedule (examples available on direct request).


--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
Public Holidays Friday: Belgium (Flemish Community Holiday and
Guldensporenslag); France (La Fete de la Magdalene); International
(World Population Day); Italy (St. Rosalia Day); Mongolia (Revolution
Day).
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top