Logical-and &, and
Operator: & , and
The result is a Yes/No value, depending on the check
if
Condition1evaluates totrueANDCondition2evaluates totrue, only thenYesis returned.all other evaluations result in
No
Last updated
Was this helpful?
Operator: & , and
The result is a Yes/No value, depending on the check
if Condition1 evaluates to true AND Condition2 evaluates to true, only then Yes is returned.
all other evaluations result in No
Last updated
Was this helpful?