Use:
Code:
IF(F10=0,
   IF(E10=0,0,1),
   (E10-F10)/F10
  )

This will give you the percentage increase (decrease) between the two numbers.
_________________________
Andrew Bates