Difference between revisions of "Manuals/calci/ISERR"

From ZCubes Wiki
Jump to navigation Jump to search
Line 1: Line 1:
=ISERR (Value)=
+
<div style="font-size:30px">'''ISERR (Value)'''</div><br/>
 
*<math>Value</math> is any value.
 
*<math>Value</math> is any value.
 +
**ISERR(),returns TRUE if the value is any error value.
  
 
==Description==
 
==Description==

Revision as of 16:40, 2 July 2018

ISERR (Value)


  • is any value.
    • ISERR(),returns TRUE if the value is any error 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.

ISERR(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

  1. ISERR(76) = false
  2. ISERR("morning") = false
  3. ISERR(#) = true

See Also


References