Results 1 to 4 of 4

Thread: excel pmt gives me negative value

  1. #1
    Join Date
    Jan 2006
    Posts
    142

    excel pmt gives me negative value

    I am using Excel 2002 and I am having problem with a PMT. I have made a field with the percentage rate that is a variable which is pulled by value of cell A2 and so on. When I finish my code I always get a negative value or number which messes up my calculations that I want to make for future. Can anyone help me outta this. Thank you
    Fear is only in your mind, Dont Let It Overcome You.

  2. #2
    Join Date
    Dec 2007
    Posts
    1,599

    Re: excel pmt gives me negative value

    Well that's a curious question since the function is supposed to return a negative (PMT is the amount to be deducted from the amount owed).
    This article
    http://msdn2.microsoft.com/en-us/library/hyd90ysd.aspx
    does use the -(principal) method to return a positive result.
    Payment = Pmt(APR / 12, TotPmts, -PVal, FVal, PayType)
    Wouldn't say that's a definitive "accepted Microsoft solution" though.

  3. #3
    Join Date
    Jun 2006
    Posts
    623

    Re: excel pmt gives me negative value

    PMT function in Excel is meant to be negative but when you work with several linked spreadsheets you might need positive value for some other calculations. Anyway, to make PMT function give you a positive number just place a minus (-) sign in front of the function. Mathematically it will give you a positive value.

  4. #4
    Join Date
    Dec 2007
    Posts
    1,547

    Re: excel pmt gives me negative value

    For the =Average function, you will need to enclose the average function with the =round function. Called nesting of functions.

    If you need to understand the round function go through the same principles as I have mentioned in my previous post, only use round instead of pmt.

    Here is a link that gives info about nesting functions http://www.bettersolutions.com/excel...I749589511.htm

Similar Threads

  1. Replies: 3
    Last Post: 25-02-2012, 12:25 PM
  2. Want to page negative time via paste special in Excel
    By Ojsuta in forum MS Office Support
    Replies: 4
    Last Post: 24-02-2012, 01:52 PM
  3. Replies: 4
    Last Post: 24-01-2012, 05:04 PM
  4. Replies: 2
    Last Post: 19-03-2009, 11:10 PM
  5. Negative hours message problem in Excel 2003
    By Damien25 in forum Windows Software
    Replies: 3
    Last Post: 04-02-2009, 05:07 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,314,850.51678 seconds with 17 queries