I have a 3 columns naming Team,Side,Score. Then I created a Listdown which has All,Home, and Away then that will be my criteria in my SUMIF.
so. =SUMIF(B2:B100,D1)
where D1 is the listdown cell. My goal here is to sum if I choose home or away or either(all). But my Side column only contains Home and Away. What will I do if I want to sum both Home and Away if I pick All in the List? Sorry, I can't explain well.
Assuming that you want to sum the score, the formula should look more like this:
For the "All" you can go for "*" like:
This should do the trick ;)
EDIT:
If you just want to count the games then:
is all you need...
Use this array formula finalized with ctr+shift+enter, not just enter.