(I created a mockup below and included the formula that errors as unparsable for me.)
-I would like the count that "Alpha" and/or "Beta" appears in the Failure Reason column for each row not a column total, excluding "Etc". We are only looking at certain failure reasons and excluding others from this total.
- EXAMPLE: 12345 contains "Alpha" and "Beta" so the total should be 2. Number 45678 has "Etc" so it should be 0 (as neither Alpha or Beta are present)
Currently my formulas are these below, all giving unparseable.
=COUNTIFS([Failure Reason]@row, OR(CONTAINS("Alpha", @Cell), CONTAINS( "Beta", @cell)))
=COUNTM(HAS([Failure Reason]@row, or(CONTAINS("Alpha", @Cell), CONTAINS( "Beta", @cell)))