Manuals/calci/ISNA

From ZCubes Wiki
Revision as of 13:39, 20 September 2017 by Devika (talk | contribs) (Created page with "<div style="font-size:30px">'''ISNA (Thing) '''</div><br/> *<math>Thing</math> is any value to test. ==Description== *This function is the tester function of error values. *I...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
ISNA (Thing)


  • is any value to test.

Description

  • This function is the tester function of error values.
  • In ,the parameter is any value which we want to test.
  • If the given parameter is #N/A error value then this function will return the result as TRUE.
  • If the given parameter is not a error value then this function will return as FALSE.

Examples

  1. ISNA("good day") = false
  2. ISNA(#) = true
  3. ISNA("65") = false

See Also

References