Hello,
basically I want to do the following:
1. summing up the value of each category of "product" for example
2. only of rows where "comment" contains one of the words in the list
I found this code, but I cant find a way to implement it in my sumproduct.
As soon as I dont use the Sumproduct in what I found, it doesnt work anymore.
whole code (I try to use) C9 --- C9:C12
the code above is in the row with the blue 1,0,1,1.
what das the "0&" do to the link to C9?
Does anybody have an hint how to modify or what else to use?
Other solutions give always back TRUE, if my list contains empty cells..
Thanks, cheers,
mos
basically I want to do the following:
1. summing up the value of each category of "product" for example
2. only of rows where "comment" contains one of the words in the list
I found this code, but I cant find a way to implement it in my sumproduct.
As soon as I dont use the Sumproduct in what I found, it doesnt work anymore.
Code:
= SUMPRODUCT(ISNUMBER(1/(SEARCH($D$3:$D$6;0&C9;1)>1))*1))
Code:
=SUMPRODUCT(($A$9:$A$12=A4)*($B$9:$B$12)* SUMPRODUCT(ISNUMBER(1/(SEARCH($D$3:$D$6;0&C9:C12;1)>1))*1))
the code above is in the row with the blue 1,0,1,1.
what das the "0&" do to the link to C9?
Does anybody have an hint how to modify or what else to use?
Other solutions give always back TRUE, if my list contains empty cells..
Thanks, cheers,
mos