fn_iferror

Function fn_iferror 

Source
pub fn fn_iferror(args: &[Expr], ctx: &mut Evaluator<'_>) -> Result<CellValue>
Expand description

IFERROR(value, value_if_error) - returns value_if_error if the first arg is an error.