79831219

Date: 2025-11-26 23:07:53
Score: 1
Natty:
Report link

From your description, I didn't see any point overengineering to subtract array.

The logic is nothing but (in pseudo code)

ISNUMBER(SEARCH("1234",[Column2]))
AND
NOT(([Column1] or [Column3]) CONTAINS ("key phrase 1" or "key phrase 2"))
=FILTER(
Table1,
ISNUMBER(SEARCH("1234",Table1[Column2]))
*
(MMULT(--ISERROR(SEARCH({"key phrase 1","key phrase 2"},Table1[Column1]&Table1[Column3])),{1;1})=2)
)

enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ThxAlot