Hi

In my formula below you can see that I start my IF function with <> (not equal to) "GOPHER", but I want that now to also include <> "MOVING MINDS" How do I include them both in that logical test?

=IFERROR(IF(M3<>"GOPHER","No",IF(Y3="NULL",VLOOKUP(VALUE(G3),'Top 100'!A:H,8,FALSE),VLOOKUP(VALUE(Y3),'Top 100'!A:H,8,FALSE))),"No")