Excel Formula Negative/Negative =+%

G

Guest

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?
 
A

Alan

BigDon said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top