I am trying to get the sumproduct of a certain type of cells. I have the following cellS:
Column: A B C
Row
3 10 8 D
4 20 7 B
5 30 6 S
6 40 5 D
7 50 4 B
8 60 3 S
9 70 2 D
10 80 1 B
If in another cell I use the formula:
=SUMPRODUCT((A3:A10)*(B3:B10)*(IF(C3:C10="D",1,0)))
I get #VALUE! Can someone tell me what I'm doing wrong, and how to get it right?
Column: A B C
Row
3 10 8 D
4 20 7 B
5 30 6 S
6 40 5 D
7 50 4 B
8 60 3 S
9 70 2 D
10 80 1 B
If in another cell I use the formula:
=SUMPRODUCT((A3:A10)*(B3:B10)*(IF(C3:C10="D",1,0)))
I get #VALUE! Can someone tell me what I'm doing wrong, and how to get it right?