+ Reply to Thread
Results 1 to 2 of 2

Excel Formula Negative/Negative =+%

  1. #1
    BigDon
    Guest

    Excel Formula Negative/Negative =+%

    I am trying to write a formula to correct negative %.....
    Example....-500 2005 -400 for 2004 Variance = -100

    Variance % is showing 25% should be (-)25%......How to write formula?

  2. #2
    Alan
    Guest

    Re: Excel Formula Negative/Negative =+%

    "BigDon" <[email protected]> wrote in message
    news:[email protected]...
    >
    > I am trying to write a formula to correct negative %.....
    > Example....-500 2005 -400 for 2004 Variance = -100
    >
    > Variance % is showing 25% should be (-)25%......How to write
    > formula?
    >


    Hi,

    First, I would suggest considering whether you actually want -25% in
    that case - the figures has actually increased by 25%.

    However, to answer your question:

    I am assuming that you want the percentage sign to match the variance
    sign?

    If you have the 2004 / 2005 numbers in columns A and B and the
    variance in column C (say, C5) = -100

    and your percentage calculation is in D5 then you could do something
    like this:

    D5 = SIGN(C5)*ABS(C5/A5)


    HTH,

    Alan.





+ 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