D
dbaDonna
Hi!
I saw a tip to use SumProduct in order to use more than one criteria,
but it was using hard coded values:
=SUMPRODUCT ( (A1:A10="b") * (B1:B10="B") * (C1:C10) )
I want to use three criteria, and want it to replicate more easily with
changes, so I want to compare the value of, say, A1-A10 to the value in
F9; and the value of B1-B10 to the value in G10; and the value of
C1-C10 to the value in H11, ...
I've tried a few ways, but either get an error, or I get a value of 0
when it should be something else.
???
TIA
Donna
I saw a tip to use SumProduct in order to use more than one criteria,
but it was using hard coded values:
=SUMPRODUCT ( (A1:A10="b") * (B1:B10="B") * (C1:C10) )
I want to use three criteria, and want it to replicate more easily with
changes, so I want to compare the value of, say, A1-A10 to the value in
F9; and the value of B1-B10 to the value in G10; and the value of
C1-C10 to the value in H11, ...
I've tried a few ways, but either get an error, or I get a value of 0
when it should be something else.
???
TIA
Donna