I have a long function in a cell thats gets value of another cell. what i
want to do is, if it equals zero then set value to ""

= IF( my_long_function=0 ; "" ; my_long_function)

the function is too long and could be cause errors when uncareful changes
made in it (some other people will use it).

-how to simplify the above statement?