M
Mike
Hi. I had two questions about the following formula:
=SUMPRODUCT(A1:A20,B1:B20,
{1;0;0;0;0;0;1;0;0;0;0;0;1;0;0;0;0;0;0;1})
1. What does the {1;0;0 .... 0;1} do?
2. Is there a way to modify this statement so that it
will count the occurrences when the first array = "John"
and the second array has the number "0"?
Thanks,
Mike.
=SUMPRODUCT(A1:A20,B1:B20,
{1;0;0;0;0;0;1;0;0;0;0;0;1;0;0;0;0;0;0;1})
1. What does the {1;0;0 .... 0;1} do?
2. Is there a way to modify this statement so that it
will count the occurrences when the first array = "John"
and the second array has the number "0"?
Thanks,
Mike.