FALSEVALUE(Value)
- where Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Value} 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 Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Value} is equal to zero. Else it returns the output as false.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Value} can be numeric or text value. Text or symbols should be entered in double quotes.
Examples
- =FALSEVALUE(0) = true
- =FALSEVALUE(42) = false
- =FALSEVALUE((2+7)>8) = false
- =FALSEVALUE(0.5) = false
- =FALSEVALUE("d")= false
- =FALSEVALUE(false) = true
Related Videos
See Also
References