Hi all. I need Excel to count lines that include the phrase "test & 10", but not to count other lines that only have the word "test" without the & 10
I'm finding that I get zero results for "test & 10" as the keyword 'test' is filtered out in the 1st argument.
The formula I've tried is:
=COUNTIFS(Sheet2!$A:$A,Sheet1!A1,Sheet2!$D:$D,"<>*care*")+COUNTIFS(Sheet2!$A:$A,Sheet1!A1,Sheet2!$D:$D,"*&*")
any suggestions?
I'm finding that I get zero results for "test & 10" as the keyword 'test' is filtered out in the 1st argument.
The formula I've tried is:
=COUNTIFS(Sheet2!$A:$A,Sheet1!A1,Sheet2!$D:$D,"<>*care*")+COUNTIFS(Sheet2!$A:$A,Sheet1!A1,Sheet2!$D:$D,"*&*")
any suggestions?