ANDboolean1
boolean2
(ANDboolean1
boolean2
boolean3
...
)
Outputs TRUE if all inputs are TRUE, otherwise FALSE. All inputs must be TRUE or FALSE.
The comparison is always case-insensitive, regardless of the value of CASEIGNOREDP. That is, "true", "True", and "TRUE" are all the same.
If given no inputs, AND outputs TRUE.
SHOW AND "true "true
trueSHOW AND "true "false
false