Difference between revisions of "Manuals/calci/ISERROR"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''ISERROR (Value)'''</div><br/> *<math>Value</math> is any value. ==Description== *This function is one of the group in ISFUNCTIONS. *The IS FUNC...") |
|||
Line 11: | Line 11: | ||
==Examples== | ==Examples== | ||
− | # | + | # ISERROR("Saturday") = false |
− | # | + | # ISERROR(-451) = false |
− | # | + | # ISERROR(#) = true |
==See Also== | ==See Also== |
Revision as of 13:52, 7 November 2017
ISERROR (Value)
- is any value.
Description
- This function is one of the group in ISFUNCTIONS.
- The IS FUNCTION is also known as data information functions, data inspection functions or data-testing functions.
- This function is the tester function of error values.
- In ISERROR(Value),Value is any number or non numeric.
- This function will return the result as TRUE when the given value any error value.
- And will return the result as FALSE when the given Value is any numeric or non numeric value.
Examples
- ISERROR("Saturday") = false
- ISERROR(-451) = false
- ISERROR(#) = true
See Also
References