Answer the question
In order to leave comments, you need to log in
How to count how many times in a given column (Google Excel) the desired word occurs?
There is such a Google Excel file:
https://docs.google.com/spreadsheet/ccc?key=0ApUv4...
If you look into cells B4 or B5 in it, you can see that they contain the word "Professional".
Moreover, this word is located among other words, separated by commas.
And in some cells of column B, this word is completely absent.
How can you count how many times the word "Professional" occurs in column B, and then display this number in a separate cell?
In fact, I already have it implemented using the code:
=SUM(COUNTIF(B:B;{"Профессионал";"Начинающий, Профессионал";"Продвинутый, Профессионал";"Начинающий, Продвинутый, Профессионал"}))
=IF(ISNUMBER(SEARCH("Профессионал";B5));"1"; "0")
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question