Excel SUMIFS checking if a column contains text
问题 I have an excel document with data in a PivotTable that is displayed with several subcategories. I need to check if text anywhere in column A contains a particular word and then also check the text in column C to see if it contains a particular exact phrase. So far, I'd come up with =SUMIFS('tab1'!D5:D300, 'tab1'!A5:A300, "WORD", 'tab1'!C5:C300, "PHRASE") The issue I've run into is that the excel tab this formula is checking displays information like this and it will give me the result of "0"