Okay, you seem to be suggesting that you want A2 to display the word "Even" when the result of a formula in that cell is zero (you say "adds to zero"), so what is in A2? You could have something like:

=IF(your_formula=0,"Even",your_formula)

Hope this helps.

Pete