Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default mortgage payment

i need to create a formula for calculating a mortgage payment with out using
the pmt option in excel. I have to be able to calculate both a interest only
payment and a payment including interest depending on the type of loan
selected. I cant use the pmt option because it shows as a - in my approval
cell and I cant have it show that way. please help
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35
Default mortgage payment

The PMT formula is the best as it already is built into Excel. How about
putting a - in front of your formula, thus 2 -'s = +

This works for me.

Ashman

"Joyce" wrote:

i need to create a formula for calculating a mortgage payment with out using
the pmt option in excel. I have to be able to calculate both a interest only
payment and a payment including interest depending on the type of loan
selected. I cant use the pmt option because it shows as a - in my approval
cell and I cant have it show that way. please help

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default mortgage payment

=-formula()

would make it show as positive

or

=abs(formula)

--
Regards,
Tom Ogilvy


"Joyce" <Joyce @discussions.microsoft.com wrote in message
...
i need to create a formula for calculating a mortgage payment with out

using
the pmt option in excel. I have to be able to calculate both a interest

only
payment and a payment including interest depending on the type of loan
selected. I cant use the pmt option because it shows as a - in my

approval
cell and I cant have it show that way. please help



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,119
Default mortgage payment

PMT and IPMT are the way to go. They will both show up as negative as they
indicate the net flow of cash (out of your bank account since the loan put
money in your account) so you want (as Tom indicated) =-PMT(A1, ...) or
=-IPMT(A1, ...)
--
HTH...

Jim Thomlinson


"Joyce" wrote:

i need to create a formula for calculating a mortgage payment with out using
the pmt option in excel. I have to be able to calculate both a interest only
payment and a payment including interest depending on the type of loan
selected. I cant use the pmt option because it shows as a - in my approval
cell and I cant have it show that way. please help

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
mortgage payment calculation kacky Excel Worksheet Functions 6 May 14th 09 02:06 AM
mortgage payment england26 Excel Worksheet Functions 2 November 6th 07 01:16 AM
How to calculate a mortgage payment? Grd Excel Worksheet Functions 5 August 28th 07 11:46 PM
Trying to Manipulate a Mortgage Payment (HELP!) DC Excel Worksheet Functions 1 February 4th 05 05:49 PM
how do you get a positive number payment with a mortgage payment . sam Excel Worksheet Functions 1 February 2nd 05 05:32 AM


All times are GMT +1. The time now is 12:28 PM.

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

About Us

"It's about Microsoft Excel"