Its been pointed out that actually state my problem
making it difficult for people help. Valid point.
I have a spread sheet that tracks jersey inventory.
Column B = Jersey Color
Column C = Number printed on the Jersey
Column D = Jersey Size
Column E = Status of the jersey
IN, OUT, PO, Replace, ?
Column B: E, 2:160 is the range.
=SUMPRODUCT($E$2:$E$160<>"PO",$B$2:$B$160="Red",$D$2:$D$160="L")
This I would think would show me all Large Red jerseys
that are not PO.
What I want to know is, for each size of jersey in
a certain color, how many do I have that are NOT PO.
I have gone through to make sure any line with PO
is actually "PO" and not " PO", " PO " or "PO ".
As for correctness of each entry, I have been going
back through all entries to make sure "PO" is just that
and not "PO " or " PO" or " PO ". I have found a three
like that.
As you said, it is exclusion of PO in a jersey color and
size that I am counting. So, for example, below I would
have 2 XL Red jerseys, 1 L Red jersey.
PO stands for Private Owned. I know from my spreadsheet
that I have x number of Red jerseys, that 1 ( in the example
data below ) is PO and is number 9 and that the rest are owned
by the league. If I have to check them in and out or have to
reorder jerseys, I will not be purchasing a shirt and put #9 on it.
So,what I want to know is, how many Red Jerseys in a size
I have that are not PO.