I understand that countIF can be used to set a criteria based on a value, and countBlank can be used to count the blank cells. What I've been unable to do is combine these functions. I am looking for a function to determine if cell A contains 1 of 3 values AND B is blank, then it will count all the blank cells in that range. I've tried sumProduct, but something I'm doing isn't returning the correct information cause it always returns 0 when i have several thousand empty rows in my range.
Based on my example below it would return 2, since row 9 and 10 have no data.
Col. A Col. B
1 John Cat
2 June Cat
3 Cat
4 John Dog
5 June Dog
6 Carlos Dog
7 Dog
8 Carlos Hamster
9
10
Based on my example below it would return 2, since row 9 and 10 have no data.
Col. A Col. B
1 John Cat
2 June Cat
3 Cat
4 John Dog
5 June Dog
6 Carlos Dog
7 Dog
8 Carlos Hamster
9
10