I've got cells that containt "work log" information that can vary in length and content. I need a formula to look at a range of cells (or each specific cell) and count the number of occurances of a word.
For example, I want to count the number of occurances for "blue":
A1=(red blue red red)
A2=(blue yellow red blue)
A3=(yellow green red)
A4=(blue blue blue red)
The result should be: Total blue = 6
or
A1=1
A2=2
A3=0
A4=3
Any help is appreciated.
For example, I want to count the number of occurances for "blue":
A1=(red blue red red)
A2=(blue yellow red blue)
A3=(yellow green red)
A4=(blue blue blue red)
The result should be: Total blue = 6
or
A1=1
A2=2
A3=0
A4=3
Any help is appreciated.