+ Reply to Thread
Results 1 to 4 of 4

Percent Change with negative number and a -0-

  1. #1
    Registered User
    Join Date
    07-24-2007
    Posts
    6

    Percent Change with negative number and a -0-

    Q1 = -5
    Q2 = 0

    Doing standard percent calculation (even using an ABS) we keep getting percent change = 100%

    Would it not be 500%? What are we doing wrong? What is correct formula?
    Last edited by dbb; 07-24-2007 at 11:34 AM. Reason: help title search stand out

  2. #2
    Forum Contributor EdMac's Avatar
    Join Date
    01-23-2006
    Location
    Exeter, UK
    MS-Off Ver
    2003
    Posts
    1,264
    Hi,

    Your change is 5, on a value of 5 , that is 100%. What's the problem?

    Ed

  3. #3
    Registered User
    Join Date
    07-24-2007
    Posts
    6

    percent

    We had a result of -5 in Quarter one and got better to actually raise the result to a 0 in Quarter two. I guess I am seeing that as a much bigger number than 100%

  4. #4
    Registered User
    Join Date
    07-24-2007
    Posts
    6

    use a SIGN!!

    '=if(ac51=0, -1*(am51),
    If(am51<>ac51,(ac51-am51)/(ac51*sign(ac51)),
    (am51-ac51)/(ac51)))

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1