Goodafternoon all,
I have a Source file from which my Sumproduct function pulls its data.
The three criteria columns are W, X, and Y, and the column that is summed is P.
Acceptable criteria for column W includes {3,5,8,10,12,99}. Anything else is considered "Unallocated".
Acceptable criteria for column X includes {1-24,99}. Anything else is considered "Unallocated".
Acceptable criteria for column Y includes {1-17,99}. Anything else is considered "Unallocated".
I utilize SUMPRODUCT to sum column P of the Source tab for all acceptable criteria without issue using variations for each acceptable criteria of this equation:
My issue is identifying the cells that are not included in these calculations, ie my "Unallocated".
I think the easiest way to break this down, is to have 3 cells, one for column W unallocated, one for X "unallocated" and one for Y "unallocated", and total.
However, I can get the W unallocated no problem, but when I try for X unallocated, I cant tell excel to exclude those cells already counted in my W unallocated column.
Essentially, in English, what I'm after is:
W Unallocated = SUMPRODUCT where W <> {3,5,8,10,12,99} - I'm all set with this one.
X Unallocated = SUMPRODUCT where w must equal either {3,5,8,10,12,99}, and X <> {1-24,99}.
Y Unallocated = SUMPRODUCT where w equals either {3,5,8,10,12,99}, AND and X = either {1-24,99}, and Y <> {1-17,99}.
this will avoid my doubling counting issue, just can't get the formula down 
Any ideas? Thanks!
Bookmarks