Logical-and &, and
Operator: & , and
Last updated
Was this helpful?
Operator: & , and
Last updated
Was this helpful?
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