I am trying to use a SumProduct Formula with one criteria being an array and it is working in part, but when i try and expand the criteria array it only works on the basic formula not the more complicated one.
Data is Structured as below
Column B Numbers from 1 to 10 repeated many times
Column C Text field showing "Up" or "Down"
I'm trying to count the Count of each Number in B and then the Count of each number in Column be with either an "Up" or "Down".
Whats killing me is that the below works
=SUMPRODUCT(--(B:B={1}))
=SUMPRODUCT(--(B:B={1}),--(C:C="Up"))
So i can count the times 1 appears in B and the times 1 Appears with "UP" in C.
This also works
=SUMPRODUCT(--(B:B={1,4}))
So i can count the times 1 and 4 Appear in B
BUT
The below produces an error
=SUMPRODUCT(--(B:B={1,4}),--(C:C="Up"))
So i can mix the array criteria on 1 product with the Column C Check?????
I have to use a sumproduct to do this and i really can't work out why it won't work.
Thanks
Clive
Data is Structured as below
Column B Numbers from 1 to 10 repeated many times
Column C Text field showing "Up" or "Down"
I'm trying to count the Count of each Number in B and then the Count of each number in Column be with either an "Up" or "Down".
Whats killing me is that the below works
=SUMPRODUCT(--(B:B={1}))
=SUMPRODUCT(--(B:B={1}),--(C:C="Up"))
So i can count the times 1 appears in B and the times 1 Appears with "UP" in C.
This also works
=SUMPRODUCT(--(B:B={1,4}))
So i can count the times 1 and 4 Appear in B
BUT
The below produces an error
=SUMPRODUCT(--(B:B={1,4}),--(C:C="Up"))
So i can mix the array criteria on 1 product with the Column C Check?????
I have to use a sumproduct to do this and i really can't work out why it won't work.
Thanks
Clive