Manuals/calci/ISFUNCTION

From ZCubes Wiki
Revision as of 11:19, 19 May 2017 by Swapna (talk | contribs) (Created page with "<div style="font-size:30px">'''ISFUNCTION(Thing)'''</div><br/> *<math>Thing</math> is the value to test. ==Description== *This function is one of the group in ISFUNCTIONS. *...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
ISFUNCTION(Thing)


  • is the value to test.

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.
  • ISFUNCTION function can be used to check the given value is a function or not.
  • This function gives the result as only TRUE or FALSE.
  • The result is TRUE when the value is a function, otherwise the result is FALSE..


Examples

  1. =ISFUNCTION(SUM) = true
  2. =ISFUNCTION(DIVIDE) = true
  3. =ISFUNCTION(DATE) = true
  4. =ISFUNCTION("123") = false
  5. =ISFUNCTION(HYPERLINK) = true
  6. =ISFUNCTION(AB) = false

Related Videos

ISBLANK

See Also

References

Is Function