+ Reply to Thread
Results 1 to 3 of 3

Count and identify most frequently occurring words

  1. #1
    Forum Contributor
    Join Date
    01-25-2010
    Location
    Virginia
    MS-Off Ver
    Excel 2013
    Posts
    104

    Count and identify most frequently occurring words

    Attached is a sample spreadsheet. There are three rows in which the first cell of each row contains a variable length text string. My actually files have MUCH more data.

    My goal is to create a sorted list of say, the top 12, most frequently occurring words across all of the cells. So, the result might be something like the following.

    the 6
    is 4
    by 3

    I also anticipate I might want to change the number of words of interest from 12 to some other number.

    What is the best way to do this?

    One more thing: I'd like to eventually be able to have a list of words that do not get counted, and that would be words like those above (the, is, by, ...) that are not "interesting".
    Last edited by SueWithQuestion; 02-24-2011 at 03:18 PM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Count and identify most frequently occurring words

    below is a pretty ugly and inefficient UDF

    Please Login or Register  to view this content.
    Using your example strings in A1:A3 then

    Please Login or Register  to view this content.
    IMO you'd be better off using a Sub Routine with an Input dialog to specify no. items required.

  3. #3
    Forum Contributor
    Join Date
    01-25-2010
    Location
    Virginia
    MS-Off Ver
    Excel 2013
    Posts
    104

    Re: Count and identify most frequently occurring words

    Wow, thank you! You're amazing! I'm going to try it out right now.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1