I
Ian Westwell
I recently posted a query to count the frequency that "x"
was the value in column A and "y" was the value in
column "B". the answer quickly came back to use
the "Sumproduct" function eg
=SUMPRODUCT((data!B2:B2500="x")*(data!E2:E2500="y"))
The question now is how to extend that to a three way
condition to include "z" in column C, or even further??
Can anyone help?
was the value in column A and "y" was the value in
column "B". the answer quickly came back to use
the "Sumproduct" function eg
=SUMPRODUCT((data!B2:B2500="x")*(data!E2:E2500="y"))
The question now is how to extend that to a three way
condition to include "z" in column C, or even further??
Can anyone help?