Ratan Bhushan Member Jan 31, 2017 #1 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 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
Marc L Excel Ninja Jan 31, 2017 #2 Hi ! As your initial post is unclear, from samples within threads see VBA - extract unique words from range and count - optimization? …
Hi ! As your initial post is unclear, from samples within threads see VBA - extract unique words from range and count - optimization? …
G Gireesh New Member Feb 1, 2017 #3 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
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))