string/double Iferror(string expression, string/double err)
This function is used to evaluate the given expression and return the specified err (can be string or numeric) if the expression produces an error or missing value, otherwise return the result of the expression.
This function is available for Set Column Values and Cell Formula only.
In Set Column Values, you can find above functions under the Logical category.