Quote Originally Posted by Admin View Post
I don't think you need INDIRECT. Anyway, try this one

=SUMPRODUCT(--(ISNUMBER(SEARCH("*88DAA*",FSR!$B$2:$B$1500))),--ISNUMBER(SEARCH("*MG*",FSR!$G$2:$G$1500)),--(FSR!$K$2:$K$1500>50))
I do not think you need those asterisks inside the SEARCH function calls.