Manuals/calci/FALSEVALUE

From ZCubes Wiki
Revision as of 18:18, 4 February 2020 by Joseph (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

FALSEVALUE(Value)

  • where is the value to be checked.


Description

  • FALSEVALUE() function checks whether the entered value is 'false value' or not.
  • Output is returned as true only when is equal to zero. Else it returns the output as false.
  • can be numeric or text value. Text or symbols should be entered in double quotes.


Examples

  1. =FALSEVALUE(0) = true
  2. =FALSEVALUE(42) = false
  3. =FALSEVALUE((2+7)>8) = false
  4. =FALSEVALUE(0.5) = false
  5. =FALSEVALUE("d")= false
  6. =FALSEVALUE(false) = true


Related Videos

FALSE function


See Also


References