Quote Originally Posted by Special-K View Post
Try (untested)

=SUMPRODUCT(--MONTH(A1:A4=1)*(B1:B4="Dog"))
You should have tested!

Try it like this:

=SUMPRODUCT(--(MONTH(A1:A4)=1),--(B1:B4="Dog"))

Assumes no empty cells in the date column.