Difference between revisions of "Manuals/calci/ISFALSE"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''ISFALSE(SomeThing)'''</div><br/> ==Description== *This function is one of the group in ISFUNCTIONS. *The IS FUNCTION is also known as data info...")
 
(No difference)

Latest revision as of 23:21, 9 March 2020

ISFALSE(SomeThing)


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.
  • ISFALSE(SomeThing)- is a logical function which returns false as an output when used in a blank cell, this function also does not take any arguments similar to the true function.
  • This function is used with the other conditional functions such as IF function to return a false as a value if the condition is satisfied or not.
  • FALSE has a value 0.
  • There are only two logical values-TRUE and FALSE. TRUE is the opposite of FALSE.

Examples

See Also

References

Is Function