I want to check if the formula produce 0 nor not. If the output value is NOT 0 then let it be , but if it's 0 then change it to "" (empty string).
When using if(), i have to type the formula twice: if(formula<>0, formula, "") .Is there any builtin function like ifzero() which similar to ifna() and iferror()
for example in ifna() i only need to type the formula once : ifna(formula, "")