Ella,
From you first posting I got the impression you mentioned that 0/0 wasn't
"catched" by ISERROR.
I answered that any value (including 0) divided by 0 would raise an error
which is noticed by ISERROR and thus tyou can "program around it"
To answer your question as it is now : You want 0% change if both original
value and new value are 0.
If however there is a new value and the old value was 0 there is - in my
opinion no "reasonable" %change calculation possible.
I give back then "Can't be calculated". You can replace that with whatever
you want it to be in that case.
=IF(A6=B6,0,IF(B6=0,"Can't be calculated",(A6-B6)/100)) ( Old value in
B6 ; New in A6 ; Formula and thus %CHANGE in C6)
--
Regards,
Auk Ales
* Please reply to this newsgroup only *
* I will not react on unsolicited e-mails *