Hello,
I have the following array formula:
{=SUM(IF(ISNUMBER(FIND(A37,Data!G:G,1)),IF(ISBLANK(Data!C:C),IF(ISNUMBER(FIND("MSP",UPPER(Data!B:B),1)),0,1),0),0))}
In layman's terms it says: count the number of occurances where the text in cell A37 is found in column G, a BLANK is in column C and...