Zn
Last updated
Was this helpful?
Last updated
Was this helpful?
The function Zn returns the argument if it is not Null, otherwise returns zero. Zn allows the convenient use of zero values in place of Null values.
Zn(argument)
argument (required) The number value to be checked.
📘The argument must be a Number data type.
📘The function can analyze one argument at a time.
Returns 3
Returns 0
Returns 0 for every row in the column that is Null.