I have a sumproduct formula that I used for a similar spreadsheet on a different computer, but when I tried inputting into a new spreadsheet on my current home computer it didn't work at all (both times I was using Excel 2000, as it's the only version of the program I own):
=SUMPRODUCT(--($E$2:$E$1000="Player Name"),--($B$2:$B$1000<>"All"),$G$2:$G$1000)
I came up with this particular one through trial and error (I mostly use Excel for very simple tables -- as it turns out, analyzing football statistics doesn't take a lot of complicated equations). For this spreadsheet, the E column contains the players' name, the G column contains the stat I want to total, and the B column contains a number designation for the individual games in which the stats were earned. This formula is supposed to find all the rows containing the player's name and total up the numbers in the G column for every game. Theoretically, I am avoiding a circular reference by telling it to ignore the row in which the formula has been entered by entering the word "All" in the B column instead of a number.
However, instead of displaying the correct result all Excel gives me is a big fat zero. So, where did I go wrong? Did I screw up the formula somehow? Is there another way I should go about doing this?
Bookmarks