Excel won't allow me to include two columns in the sum range. In looking at other posts it seems like something that sumproduct might be able to do, but I can't for the life of me figure out how. I DON'T want to do this:
SUMPRODUCT will do what you want, basically as you suggest by adding the two columns together first and then applying your criteria like this SUMPRODUCT((A+B),CRITERIA1,CRTERIA2,...)
SUMPRODUCT is a little difficult to understand at first, but here is a great article that explains it really well and will open a lot of new doors for you as an excel user.
Bookmarks