I'd like to count the number of times a certain word appears in a column. This formula:
=COUNTIF(sheet1!E2:E2000,"word")
...seems to count the value if it is the only thing in the cell. I'm looking for a formula that will give the number of times the word appears in the content of the cell. Would this be a =SUMPRODUCT formula?
Thank you, in advance, to anyone who can help me with this!
=COUNTIF(sheet1!E2:E2000,"word")
...seems to count the value if it is the only thing in the cell. I'm looking for a formula that will give the number of times the word appears in the content of the cell. Would this be a =SUMPRODUCT formula?
Thank you, in advance, to anyone who can help me with this!