I am stuck on this for hours, I am trying to filter with custom formula
This is what I tried, why is it not working ?
=IFERROR(match( E1:E2, A:A , 0), 0) > 0
What I want to see
What it shows
you can use this custom formula:
=REGEXMATCH(A2&"", TEXTJOIN("|", 1, E$1:E)&"")