J
Jack Schitt
I have named ranges as follows:
Area refers to $C$11:$C$22
Option refers to $D$11:$D$22
Pessimistic refers to $E$11:$E$22
Formula
=SUMPRODUCT(Pessimistic*(Area=$C4)*(Option=$D4))
Returns the correct result, being the same as
=SUBTOTAL(9,Pessimistic)
after autofiltering database $C$11:$E$22 on Area set to value in C4 and
Option set to value in D4.
However, formula
=SUMPRODUCT(Pessimistic,Area=$C4,Option=$D4)
Returns value zero (not desired).
Could someone please tell me what is different about the logical process in
evaluating SUMPRODUCT function in each of the above cases? I understand the
process in the first case (multiplication separator) but clearly not the
second (comma separator).
Thanks
Area refers to $C$11:$C$22
Option refers to $D$11:$D$22
Pessimistic refers to $E$11:$E$22
Formula
=SUMPRODUCT(Pessimistic*(Area=$C4)*(Option=$D4))
Returns the correct result, being the same as
=SUBTOTAL(9,Pessimistic)
after autofiltering database $C$11:$E$22 on Area set to value in C4 and
Option set to value in D4.
However, formula
=SUMPRODUCT(Pessimistic,Area=$C4,Option=$D4)
Returns value zero (not desired).
Could someone please tell me what is different about the logical process in
evaluating SUMPRODUCT function in each of the above cases? I understand the
process in the first case (multiplication separator) but clearly not the
second (comma separator).
Thanks