2. In my report, there is one column that may have any word in it. I would like to identify all WORDS that occur in 15 or more cells in that column. So in my email, if the words 'apple', banana' and 'orange' occur 15, 17 and 12 times respectively, I would like to be able to export that to the body of my email in this manner (no need for oranges as it occurs less than 15):
Will this word list be sorted? Unless you would be starting with a specific word list to work with, it would be easier to count words if they were sorted. Then you could just go through the rows and increment the count until the word changes.