Replacing NaN value by zero

Hi,

In grid need to replace “NaN” result of a math formula by “0” value. How can I do this ?

Thanks.

Most probably one of operands is not a number - which results in NaN result
Just correct formula or operand.