Quantcast
Channel: Active questions tagged worksheet-function - Super User
Viewing all articles
Browse latest Browse all 987

Excel formula to ignore blank cells

$
0
0

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?


Viewing all articles
Browse latest Browse all 987

Trending Articles