Using Array Constants in Formulas – OR logic

This is a short PS post to my earlier post on using Array Constants in Formulas basically to simplify them.   The focus of the earlier post was avoiding Nested IFs but what about simplifying OR logic situations. Try… =OR(B5={“A”,”B”,”D”}) will return TRUE if B5 = A or B or D.  This is a lot simpler …

Using Array Constants in Formulas – OR logic Read More »