One way is to use this arrangement:

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

However, a quicker way is just to apply a custom format to the cell, using this string:

0;;

This causes zero to appear as a blank.

There are other ways ...

Hope this helps.

Pete