Im trying to create a formula which says if the cell in column a contains one of a few words, count the cell in column b if the value is less than 11. Here is what I have so far (not working):
=COUNTIF('SEO Positions Report '!B16:B1048576,{"*cat*";"*dog*";"*lizard*"},<11,'SEO Positions Report'!G:G,)
=COUNTIF('SEO Positions Report '!B16:B1048576,{"*cat*";"*dog*";"*lizard*"},<11,'SEO Positions Report'!G:G,)