Manuals/calci/FALSEVALUE

Revision as of 20:50, 7 May 2017 by Swapna (talk | contribs) (Created page with "<div style="font-size:30px">'''FALSEVALUE(Value)'''</div><br/> *where <math>Value</math> is the value to be checked. == Description == *FALSEVALUE() function checks whethe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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