Main page / Useful info about ShapeSheet™ / Visio ShapeSheet reference / ShapeSheet™. List of functions by category
ShapeSheet. Category Error Utilities
|
Name |
Details |
IFERROR Version Added: 2010 |
Returns the evaluated result of a primary expression, if it does not evaluate to an error. Otherwise, returns the evaluated result of an alternate expression. Syntax IFERROR(primary expression, alternate expression) |
ISERR Version Added: Pre 2003 |
Returns TRUE if the value of cellreference is any error type except #N/A; otherwise, it returns FALSE. The ISERR function is used in formulas that refer to another cell. Syntax ISERR(cellreference) |
ISERRNA Version Added: Pre 2003 |
Returns TRUE if the value of cellreference is error type #N/A! (not available); otherwise, it returns FALSE. The ISERRNA function is used in formulas that refer to another cell. Syntax ISERRNA(cellreference) |
ISERROR Version Added: Pre 2003 |
Returns TRUE if the value of cellreference is any error type; otherwise, it returns FALSE. The ISERROR function is used in formulas that refer to another cell. Syntax ISERROR(cellreference) |
ISERRVALUE Version Added: Pre 2003 |
Returns TRUE if the value of cellreference is error type #VALUE, where an argument in the formula is the wrong type. The ISERRVALUE function is used in logical expressions that refer to another cell. Syntax ISERRVALUE(cellreference) |
NA Version Added: Pre 2003 |
Use the NA function in a ShapeSheet cell where information is missing, so that the cell's default value is not used in calculations. Syntax NA( ) |
REF Version Added: Pre 2003 |
The REF function returns the error value #REF!. Syntax REF( ) |