Counting Every Occurrence of a Word in Multiple Cells
I need to count every occurrence of a word across multiple cells, preferably an entire column. So far I have been able to use countif, but this will only count the number of cells in the column that contain at least one occurrence of the word, which yields less than desirable accuracy for my project. In my use case, the word may be repeated multiple times per cell across multiple cells within the column. I need to count the total number of occurrences, not just the total number of cells that contain at least one occurrence.