Re: Excel Formula Negative/Negative =+%
- From: "Alan" <alan@xxxxxxxxx>
- Date: Wed, 1 Jun 2005 12:31:00 +1200
"BigDon" <BigDon@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:B10D8375-FCE5-49A9-9A5D-3DD2C39C5868@xxxxxxxxxxxxxxxx
>
> 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.
.
- References:
- Excel Formula Negative/Negative =+%
- From: BigDon
- Excel Formula Negative/Negative =+%
- Prev by Date: data visualization
- Next by Date: Re: document did not save
- Previous by thread: Excel Formula Negative/Negative =+%
- Next by thread: data visualization
- Index(es):
Relevant Pages
|