I have a 2014 figure and a 2015 figure and i want to calculate the increase or decrease as a figure and as a %.
when each year has a figure that is not 0 then its ok and it works
but as soon as one of the years has a zero in then the /DIV0#! monster comes out.
One key point is that either one of the years figures could be a negative number.
PLEASE HELP..
the formula i have is;
Difference in value: =sum(2015-2014) ok it works (lets say this formula is in a cell called AM08)
Difference as a percentage: =IF(AM8>0,(SUM(2015-2014)/2014),(IF(AM8<0,(SUM(2015-2014)/2014),0)))
but i still get \div0 error.. is one of the numbers is a zero
what can i do??
i want if there is no number in 2014 or 2015 ;
if the difference is a negative, it shows -100%
if the difference is a positive, it shows 100%
PLEASE can you help me.
when each year has a figure that is not 0 then its ok and it works
but as soon as one of the years has a zero in then the /DIV0#! monster comes out.
One key point is that either one of the years figures could be a negative number.
PLEASE HELP..
the formula i have is;
Difference in value: =sum(2015-2014) ok it works (lets say this formula is in a cell called AM08)
Difference as a percentage: =IF(AM8>0,(SUM(2015-2014)/2014),(IF(AM8<0,(SUM(2015-2014)/2014),0)))
but i still get \div0 error.. is one of the numbers is a zero
what can i do??
i want if there is no number in 2014 or 2015 ;
if the difference is a negative, it shows -100%
if the difference is a positive, it shows 100%
PLEASE can you help me.