Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default is there any way to create a formula in excel for amortizing

i would like to create a spread sheet that will amortize a 30 year loan say
at 6% and be able to figure out a monthly payment without the calculator that
i have to do my job so others only have to enter certain values and come up
with their monthly payments
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,290
Default is there any way to create a formula in excel for amortizing

My Excel add-in "Calculate Payments" may do what you want.
It adds a menu item to the Tools menu and displays an
input box to accept user queries.

Works for payment, term, loan amount or interest rate.
You provide any 3 of the above and it calculates the 4th.

Result displayed in a box, with one click transfer to the spreadsheet.
Comes with a one page Word.doc install/use file.
Available -free- upon direct request.
Remove XXX from my email address.

Jim Cone
San Francisco, USA
XX



"mytrebla" wrote in message
...
i would like to create a spread sheet that will amortize a 30 year loan say
at 6% and be able to figure out a monthly payment without the calculator that
i have to do my job so others only have to enter certain values and come up
with their monthly payments
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default is there any way to create a formula in excel for amortizing

One way:

=PMT(rate, nper, pv)

So, for monthly payments on a $100,000 loan for 30 years at 6%:


A1: 100000
A2: 30
A3: 6%

A5: =PMT(A3/12, A2*12, -A1) === $599.55


Note that all values have to have the same units (so annual rate is
divided by 12 to get monthly rate, and years are multiplied by 12 to get
number of months)

Note also that PV and PMT are of opposite signs - think of it as inflow
and outflow.






In article ,
"mytrebla" wrote:

i would like to create a spread sheet that will amortize a 30 year loan say
at 6% and be able to figure out a monthly payment without the calculator that
i have to do my job so others only have to enter certain values and come up
with their monthly payments

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
CREATE FORMULA IN EXCEL fyrefox Excel Discussion (Misc queries) 2 October 13th 07 05:30 PM
how do i create a formula in excel mnoble Excel Worksheet Functions 4 January 25th 07 02:33 PM
how to create a formula in excel George A. Yorks Excel Discussion (Misc queries) 6 November 7th 06 04:01 AM
Create a formula in Excel? Fuzzy Odie Excel Worksheet Functions 2 January 5th 05 12:59 AM
How to create a formula in Excel LWS Excel Worksheet Functions 6 December 31st 04 09:25 PM


All times are GMT +1. The time now is 01:21 PM.

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"