M
mpierre
Is there a way to use sumproduct to get the same results as:
countif(range,"*text*")?
I'm trying to use sumproduct to count the number of occurances where the
condition in column A is true and the condition in column B is also true, but
I am searching for text in column B (the word "other"). The text may appear
in the beginning, middle, or end of a string of text in the second column.
I would really appreciate any suggestions you could offer. Thanks.
countif(range,"*text*")?
I'm trying to use sumproduct to count the number of occurances where the
condition in column A is true and the condition in column B is also true, but
I am searching for text in column B (the word "other"). The text may appear
in the beginning, middle, or end of a string of text in the second column.
I would really appreciate any suggestions you could offer. Thanks.