ANDboolean1boolean2(ANDboolean1boolean2boolean3...)
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 "truetrueSHOW AND "true "falsefalse