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