The NumberOfFalse function returns the number of provided conditions that evaluate as false.
Syntax
|
The NumberOfFalse function returns the number of provided conditions that evaluate as false. |
|
NumberOfFalse(condition1, condition2, ...) |
|
Arguments: |
|
|
condition |
Boolean - Conditions to evaluate. |
Remarks
- Example: NumberOfFalse(5=5, "hello"="hello", true) returns 0.
- Example: NumberOfFalse(5=25, "hello"="goodbye", false) returns 3.
Comments
0 comments
Please sign in to leave a comment.