One way:
D1: =IF(B1<>0,B1/C1-1,"N/A")
Format as a percentage.
In article <AC3C2014-17A8-4419-9365-(E-Mail Removed)>,
dj479794 <(E-Mail Removed)> wrote:
> (Excel 2003)
> Trying to find the % change (up or down) for the following data series. That
> data includes zeros and effects my formula
> Example:
>
> Column [B] is 2006
> Column [C] is 2007
> Column [D] would be the formula column showing % Change
> if Column [C] is < Column [B] then % would be negative
> if [C] is = [D] then no change or zero.
>
> CELL = [A1],[B1],[c1]
>
> DATA:
>
> SalespesonA,0,5
> SaespersonB,4,6
> SalespersonC,6,0
> SalespersonD,8,3
|