I need help formatting a formula. I want to check to see if a single cell is = a value and if a series of cells contain a certain value.

IF(AND(A1 = TEST, (B1:H1, "*S2*"),"Testing","")

I am fuzzy on the second condition. Any help would be great. Thanks!