Difference between revisions of "Manuals/calci/ISOPERATORSYMBOL"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
#=ISOPERATORSYMBOL(*) = null | #=ISOPERATORSYMBOL(*) = null | ||
#=ISOPERATORSYMBOL("/") = true | #=ISOPERATORSYMBOL("/") = true | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=zcRemtaAMlQ|280|center|Operator}} | ||
==See Also== | ==See Also== |
Latest revision as of 14:17, 7 March 2019
ISOPERATORSYMBOL (String)
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.
- ISOPERATORSYMBOL function can be used to check the given value is an operator symbol or not.
- This function gives the result as only TRUE or FALSE.
- The result is TRUE when the n value is an operator symbol otherwise the result is FALSE.
- The argument can be blank, or it can contain data such as text, numbers, error values, logical values or any equations.
Examples
- =ISOPERATORSYMBOL(5) = false
- =ISOPERATORSYMBOL("0") = false
- =ISOPERATORSYMBOL("*") = true
- =ISOPERATORSYMBOL(*) = null
- =ISOPERATORSYMBOL("/") = true
Related Videos
See Also