What is the formula if i want to:
add together C1,D1 and E1 IF A1 IS "WORD"
so the word needs to match the ""
and it needs to add c1, d1 and E1
Also this needs to repeat itself through the entire row, so then if A2 also matches it adds that and so on and so on.
I tried this just for column C but didnt seem to get the response i want:
=SUMIFS(C:C,A:A,"*WORD*")
Bookmarks