描述
如果公式的计算输出为错误,则IFERROR函数将返回您指定的值。否则,返回公式的输出。使用IFERROR函数可以捕获和处理公式中的错误。
语法
IFERROR (value, value_if_error)
争论
Argument | 描述 | Required/Optional |
---|---|---|
value | The argument that is checked for an error. | Required |
value_if_error | The value to return if the formula evaluates to an error. The following error types are evaluated: #N/A, #VALUE! , #REF!, #DIV/0!, #NUM!, #NAME?, or #NULL!. | Required |
Notes
-
如果Value或Value_if_error为空单元格,则IFERROR将其视为空字符串值("")。
-
如果Value是一个数组公式,则IFERROR将为value中指定范围内的每个单元格返回输出数组。
适用性
Excel 2007,Excel 2010,Excel 2013,Excel 2016
Example
JavaScript 中的 IFERROR函数 - 无涯教程网无涯教程网提供描述如果公式的计算输出为错误,则IFERROR函数将返回您指定的值。否则,返回公式的输出...https://www.learnfk.com/javascript/advanced-excel-logical-iferror-function.html