How can I get the Named Ranges marked in blue to work when there are empty cells within those Named Ranges? When all cells in the range are filled the formula works fine
Is there a way to set up the formula to allow blank cells (empty) or create a dynamic range that would accept blank cells?
Code:
=IF(AND((SUMPRODUCT(ISNUMBER(SEARCH(PaintKeyWords,K3040))*1))=0,(SUMPRODUCT(ISNUMBER(SEARCH(ExceptionsP,K3040))*1))=0),"",IF(((SUMPRODUCT(ISNUMBER(SEARCH(ExceptionsP,K3040))*1)>0)*1)>=1,"","x"))
</PRE>
Where: PaintKeyWords = J3047:J3052
ExceptionsP = K3047:K3052
Is there a way to set up the formula to allow blank cells (empty) or create a dynamic range that would accept blank cells?
Code:
=IF(AND((SUMPRODUCT(ISNUMBER(SEARCH(PaintKeyWords,K3040))*1))=0,(SUMPRODUCT(ISNUMBER(SEARCH(ExceptionsP,K3040))*1))=0),"",IF(((SUMPRODUCT(ISNUMBER(SEARCH(ExceptionsP,K3040))*1)>0)*1)>=1,"","x"))
</PRE>
Where: PaintKeyWords = J3047:J3052
ExceptionsP = K3047:K3052