LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,059
Default Pmt formula returns incorrect answer

On Jun 5, 1:13*pm, Heinz wrote:
=PMT(.05,360,260000) result is (13,000.00) Why?


I don't know, since you did not indicate what the expected result is.

If ".05" is an annual rate of 5%, and "360" is the number of months,
you want .05/12 as the first argument, not .05. By the way, you can
write it as 5%/12, if you find that more readable. (I do.)

If the negative result concerns you, you can avoid it by writing
-260000 instead of 260000.

In Excel (and many financial tools), "in" and "out" cash flows must
have opposite signs. But the sign that you choose for "in" is
arbitrary. (A borrower sees the loan amount as a positive inflow,
whereas the lender sees it as a negative outflow. You pretend to be
either.)

Of course, you could also write -PMT(.05,360,260000). As I said, it
is completely arbitrary -- whatever your personal preference is.

But when you have pmt, PV and FV in the same function call, you will
have to obey the rule about opposite signs. This is true for IRR and
XIRR as well. So IMHO, you might as well get used to it.
 
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
Excel 2007- formula =SUM(850*77.1) returns incorrect answer = 1000 Diane Excel Discussion (Misc queries) 5 October 22nd 07 08:43 AM
Formula incorrect answer Wanna Learn Excel Discussion (Misc queries) 3 February 19th 07 04:29 PM
Help with formula that unexpectedly returns an answer Geoff C Excel Worksheet Functions 2 August 30th 05 04:11 PM
sumif formula returns incorrect value modular_brian Excel Worksheet Functions 1 June 16th 05 10:29 PM
Formula giving incorrect answer... Jambruins Excel Discussion (Misc queries) 3 February 25th 05 06:59 PM


All times are GMT +1. The time now is 10:16 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"