NumberOfTrue Function

  • Updated

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.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.