• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

How to count a word occurrence in a cell? or a Range?

Hi Team

I have set of few words, of which, we have to count of their occurrence in the whole data set.

I am unable to apply any logic.

Please help.

Thanks
RatanB
 

Attachments

  • How to Count Words Frequency.xlsm
    9.8 KB · Views: 5
Hi Ratan,

Please use the formula below...File attached for your reference.

Code:
=SUMPRODUCT((LEN($A$2:$A$4)-LEN(SUBSTITUTE(LOWER($A$2:$A$4),LOWER($E3),"")))/LEN($E3))
 

Attachments

  • How to Count Words Frequency.xlsx
    10.3 KB · Views: 2
Back
Top