I am trying to add a second criteria to a sumproduct formula, and am struggling to get it right.
=SUMPRODUCT(--(ISNUMBER(SEARCH("*frame",$D$4:$D$75))),--($E$4:$E$75=O2),($C$4:$C$75))
This formula works as written, but I need to add a second word "set" for the d4:d75 range. So if it ends with frame or set, that it will return the totals. I'm sure this is an easy fix, but I can't figure it out. Thank you for any help.
=SUMPRODUCT(--(ISNUMBER(SEARCH("*frame",$D$4:$D$75))),--($E$4:$E$75=O2),($C$4:$C$75))
This formula works as written, but I need to add a second word "set" for the d4:d75 range. So if it ends with frame or set, that it will return the totals. I'm sure this is an easy fix, but I can't figure it out. Thank you for any help.