Manuals/calci/ISFUNCTION
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
- =ISFUNCTION(SUM) = true
- =ISFUNCTION(DIVIDE) = true
- =ISFUNCTION(DATE) = true
- =ISFUNCTION("123") = false
- =ISFUNCTION(HYPERLINK) = true
- =ISFUNCTION(AB) = false
Related Videos
See Also
References