Put this in another cell like b1
=if(a1="dog",1,"") then do a sum
Now if you just want to count the number of cells with dogs then you could use COUNTIF
=COUNTIF(A1:A5,"dog")
You can nest 7 IF statements so doing your % good and bad can easily be done...