Currently using this formula;
=ARRAYFORMULA(VLOOKUP("*"&$W$2&"*",H1:T1000,{2,3,5,8,11},false))
which works fine when I put something into cell W2.
However, what if I want to return all rows that do not contain that value from W2, is there a way?
Use
QUERY
instead:Or