Hi,
I'm trying to sum numbers on a set of columns based on corresponding cell contents on different columns.
One type of criteria is that the cell does not contain certain text.
I have work will this.
=SUMPRODUCT((C2:C3000=O11)*(Z2:BU3000)
*(ISNUMBER(SEARCH({"*OT*","*TOIL*"},L2:L3000))))
Where C2:C3000 is column containing names
Z2:BU3000 are the multiple columns of numbers that need to be summed
and L2:L3000 is column containing comments.
I hope that my explanation above doesn't confuse and thanks in advance!
I'm trying to sum numbers on a set of columns based on corresponding cell contents on different columns.
One type of criteria is that the cell does not contain certain text.
I have work will this.
=SUMPRODUCT((C2:C3000=O11)*(Z2:BU3000)
*(ISNUMBER(SEARCH({"*OT*","*TOIL*"},L2:L3000))))
Where C2:C3000 is column containing names
Z2:BU3000 are the multiple columns of numbers that need to be summed
and L2:L3000 is column containing comments.
I hope that my explanation above doesn't confuse and thanks in advance!