Hello
I want to have a count if formula with multiple conditions.
I understand one solution is using SUMPRODUCT.
I want to count if the items are listed with "HA" in collumn G, "OK" in Collumn L and "Yes" in Collumn O.
I have the following but it returns 0 rather than 1.
=SUMPRODUCT(G2:G499="HA")*(L2:L500="OK")*(O2:O500="Yes")
Thoughts?
I want to have a count if formula with multiple conditions.
I understand one solution is using SUMPRODUCT.
I want to count if the items are listed with "HA" in collumn G, "OK" in Collumn L and "Yes" in Collumn O.
I have the following but it returns 0 rather than 1.
=SUMPRODUCT(G2:G499="HA")*(L2:L500="OK")*(O2:O500="Yes")
Thoughts?