Description
Evaluates a number or Boolean value.
Returns
Yes, for a non-zero value; No for zero, false, non-Boolean values, and an empty string ("").
The function throws an exception if you pass any string other than an empty string ("").
For example, YesNoFormat("Test") throws an exception.
Category
Decision functions, Display and formatting functions
Function syntax
YesNoFormat(value) |
See also
Parameters
Parameter |
Description |
---|---|
value |
A number or Boolean value |