What is going on here?

xeven_

Active Member
Joined
Jan 20, 2012
Messages
302
2012$13,641 4%
2013$13,057 -4%
2014$15,233 17%
2015($6,145)-140%
2016$6,845 -211%
2017($8,920)-230%
2018($22,802)156%

<colgroup><col width="64" span="3" style="width:48pt"> </colgroup><tbody>
</tbody>
I am using office 365 pro plus (excel) When I paste my data and then add the =(B2-B1)/B1 in cell C2 the formula is calculating some cells corrrectly and others it isnt. It seems to go from positive to negative correctly but wont go from negative to positive. Does anyone have a fix for this? :confused:
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Technically, -211% (-211.39%) is correct insofar as if B4=-6145, B4*(1+C5) = 6845.

Many people will say (correctly) that we cannot "increase" a negative number (i.e. become less negative or become positive) by multiplying by a positive percentage.

But I can understand why you might want to present that illusion. To do that, use the following formula:

=IF(B1=0, SIGN(B2), (B2-B1)/ABS(B1))

formatted as Percentage.

PS.... Many people will say (correctly) we also cannot increase or decrease zero by a percentage (B1=0). I threw that in because it is another common request. It based on the fact that if B1=1234 and B2=0, the normal result is correctly -100%.
 
Last edited:
Upvote 0
There's no useful interpretation of YoY changes when either period is negative. For instance, for the WSJ,

Percent change is not provided if either the latest period or the year-ago period contains a net loss. On the digest page, if a company posts a profit in the latest period against a loss in the year-ago period, the percent change is represented as a "P". Similarly, if a company posts a loss in the latest period against a profit in the year-ago period, the percent change is represented as a "L".
 
Upvote 0
Thanks for the explanation. It helps me to visualize (especially being color coded) when there exist and increase/decrease from the prior year. Negative 6.1 billion in 2015 and then a positive 6.8 billion the following year helps me think of it as positive traction. When I see the negative/red block -211% when there was profit made it makes me think subconsciously that they are still losing money when in fact they may have returned to a making profit relative to the prior year.
 
Upvote 0

Forum statistics

Threads
1,214,599
Messages
6,120,447
Members
448,966
Latest member
DannyC96

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top