I am having a problem creating a formula using contains for 2 criteria. Here is my formula that pulls the information I need.
=SUMIFS([Column2]1:[Column2]22, [Primary Column]1:[Primary Column]22, CONTAINS("hat", @cell))
I want to sum column 2 if the primary column contains "hat" and "gloves". I get various errors when I try to add "gloves". Can contain be used for 2 different criteria?
Additional question - can you use CONTAIN with <> so it returns only entries that does not have that text string in column?
Thanks for any help with this.