![]() |
|
![]() | ||
|
Subject:
Calculating percent increase/decrease
Category: Business and Money Asked by: jkaufman1234-ga List Price: $25.00 |
Posted:
21 Jan 2005 10:29 PST
Expires: 20 Feb 2005 10:29 PST Question ID: 461090 |
When I calculate the percent increase from $-50 (year 1) to $-1 (year 2) using the formula (((-1/-50)-1)*100), Excel returns -98%. Technically I know this is correct but when I plot this amount on a chart it shows a decrease between the two years rather than an increase. How do I fix this without having to adjust each cell in Excel manually? | |
| |
| |
|
![]() | ||
|
There is no answer at this time. |
![]() | ||
|
Subject:
Re: Calculating percent increase/decrease
From: celtic_rice-ga on 21 Jan 2005 11:08 PST |
( (-50 - (-1) ) / -50 )* 100 |
Subject:
Re: Calculating percent increase/decrease
From: just4fun2-ga on 21 Jan 2005 12:56 PST |
=ABS((((-1/-50)-1)*100)) or Column a Column b 1 =(((-1/-50)-1)*100) =ABS(a1) output: 1 -98 98 |
Subject:
Re: Calculating percent increase/decrease
From: jkaufman1234-ga on 21 Jan 2005 14:28 PST |
Thanks very much! The ABS function was what I needed! |
Subject:
Re: Calculating percent increase/decrease
From: joey-ga on 21 Jan 2005 15:53 PST |
The ABS() function will keep it from being negative, but it won't provide you useful information whatsoever Imagine the following year-to-year changes: -50 -1 -2 -1 1 10 Using the absolute-value formula, it tells you: -50 -> -1: 98% -1 -> -2: 100% -2 -> -1: 50% -1 -> 1: 200% 1 -> 10: 900% That shows the change from -50 to -1 as being LESS significant and less good than from -1 to -2, when in fact, -1 to -2 is a loss. Similarly, from -50 to -1 is shown as less significant of an increase than -2 to -1, which is absurd. |
Subject:
Re: Calculating percent increase/decrease
From: joey-ga on 21 Jan 2005 15:56 PST |
Sorry, rather, -50 to -1 is shown as only about twice as good of an increase as -2 to -1, which is absurd. But as you can see, this isn't terribly useful. There's a better way to compare this data, but I have to run now, so if someone else is around and can suggest the better ways, that's cool. If not, when I get time later, I'll put some suggestions together. --Joey |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |