Reputation: 36664
I'm trying to create a AND boolean comparison.
It gives me same
when different
is expected:
=ARRAYFORMULA(IF(REGEXMATCH(K10:K, Q10:Q)*REGEXMATCH(L10:L, P10:P), "Same", "Different"))
as A == A but B != ""
Upvotes: 0
Views: 111