I have the following formula in Excel to count errors when the data entered does not appear in a specific list.
=SUMPRODUCT(--(COUNTIF(MyList,TestData)=0))
However, It is counting blank cells as an error. How do I get it to ignore the blank cells?
I have the following formula in Excel to count errors when the data entered does not appear in a specific list.
=SUMPRODUCT(--(COUNTIF(MyList,TestData)=0))
However, It is counting blank cells as an error. How do I get it to ignore the blank cells?