pub fn fn_ifs(args: &[Expr], ctx: &mut Evaluator<'_>) -> Result<CellValue>
IFS(condition1, value1, [condition2, value2], …) - evaluates conditions in order.