GymWrecker
03-10-2016, 07:27 AM
Need help with the below formula! I need the third search criteria ")))*ISNUMBER(SEARCH("*1*",INDIRECT("FSR!$K$2:$K$1500")))) to count and return any number greater than 50. How can I adjust this formula to do that? Basically is going to look for "88DAA", "MG", and return the number of fields (count), over 50 between $K$2:$K$1500, that meet the three criterias. Please advise.
=SUMPRODUCT(ISNUMBER(SEARCH("*88DAA*",INDIRECT("FSR!$B$2:$B$1500")))*ISNUMBER(SEARCH("*MG*",INDIRECT("FSR!$G$2:$G$1500")))*ISNUMBER(SEARCH("*1*",INDIRECT("FSR!$K$2:$K$1500"))))
Thank you!
=SUMPRODUCT(ISNUMBER(SEARCH("*88DAA*",INDIRECT("FSR!$B$2:$B$1500")))*ISNUMBER(SEARCH("*MG*",INDIRECT("FSR!$G$2:$G$1500")))*ISNUMBER(SEARCH("*1*",INDIRECT("FSR!$K$2:$K$1500"))))
Thank you!