I have this data
A B
cat 3
dog 4
mouse 3
fish 12
dog 4
cat 3
fish 12
turnip 27
centipede 100
centipede 100
Ihave named the text list "animals" and the number list "legs"
This formula works: sumif(animals,"=dog",legs) it returns 8
If I put the word dog in cell G5: Can I refer to it in the formula (e.g. =sumif(animals,"=$g$5",legs) --- that doesn't work but can I change the syntax to make it work?
Thanks
Bookmarks