I am having trouble getting the wild card "*" to work with SUMPRODUCT.
For instance, I want to count the number of cells within a range of employee names where the name/text contains the "word" TBD (among other conditions).
Lets say Column A is employee names, Column B is the employee's division.
I am trying
=SUMPRODUCT((A2:A15="*"&"TBD"&"*")*(B2:B15="HR"))
There is a third condition - but it is the wild card that is producing a name error. This is also only part of the entire formula. What am I doing wrong?
For instance, I want to count the number of cells within a range of employee names where the name/text contains the "word" TBD (among other conditions).
Lets say Column A is employee names, Column B is the employee's division.
I am trying
=SUMPRODUCT((A2:A15="*"&"TBD"&"*")*(B2:B15="HR"))
There is a third condition - but it is the wild card that is producing a name error. This is also only part of the entire formula. What am I doing wrong?