+ Reply to Thread
Results 1 to 7 of 7

Most Common Words in a Column

  1. #1
    Registered User
    Join Date
    02-14-2014
    Location
    Farmington, Utah
    MS-Off Ver
    Excel 2013
    Posts
    43

    Most Common Words in a Column

    I need to know how many times a word comes up a column. For example in column "A" I have listed

    Apples Pears
    Peaches Apples
    Apples
    Oranges
    Peaches

    So then what I need is

    Column B Column C
    Apples 3
    Pears 1
    Peaches 2
    Oranges 1

    The order doesn't matter so much as knowing how many times each word was listed in the column.

    Thank you for your help!

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Most Common Words in a Column

    Try this one

    in C1 and copy down

    =COUNTIF($A$1:$A$5,"*"&B1&"*")

    Row\Col
    A
    B
    C
    1
    Apples Pears Apples
    3
    2
    Peaches Apples Pears
    1
    3
    Apples Peaches
    2
    4
    Oranges Oranges
    1
    Last edited by AlKey; 04-07-2015 at 11:21 AM. Reason: Corrected range
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Registered User
    Join Date
    02-14-2014
    Location
    Farmington, Utah
    MS-Off Ver
    Excel 2013
    Posts
    43

    Re: Most Common Words in a Column

    Thank you for your help. I tried this and it gives me a warning that there is a circular reference and if I click ok then I just get 0's in column B. The only way I can get this to work is if I put it in column "C" and type in "Apples" in column "B". However, I need the formula to also list the word in column "B" as it will not be feasible for me to do this by hand for my document. Thank you again for your help.

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Most Common Words in a Column

    Sorry, it was my mistake it should be C1

    It is very difficult sometimes to understand what is what and where is it should be.

    Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    Last edited by AlKey; 04-07-2015 at 11:20 AM.

  5. #5
    Registered User
    Join Date
    02-14-2014
    Location
    Farmington, Utah
    MS-Off Ver
    Excel 2013
    Posts
    43

    Re: Most Common Words in a Column

    Here is a sample of what I am needing. Thank you!
    Attached Files Attached Files

  6. #6
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Most Common Words in a Column

    This is the same layout that I had in my first post to you.
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    02-14-2014
    Location
    Farmington, Utah
    MS-Off Ver
    Excel 2013
    Posts
    43

    Re: Most Common Words in a Column

    I see how this works, but unless I am missing something I have to fill in column "B" for it calculate column "C". However, I need it to calculate both columns "B" and "C" from the data in column "A". Thank you for your help!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Deleting sentences that has at least 4 words in common
    By sami770 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-17-2014, 04:59 AM
  2. Identify Common Words (and combination of)
    By ItsMeH in forum Access Programming / VBA / Macros
    Replies: 1
    Last Post: 07-24-2013, 05:53 PM
  3. [SOLVED] Extract the most common words taken N at a time
    By Buzzed Aldrin in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 02-14-2012, 05:55 PM
  4. Removing Common Words using a UDF
    By Padster in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-24-2011, 05:53 AM
  5. Using SUMIF on common words
    By Dodge in forum Excel General
    Replies: 5
    Last Post: 05-18-2005, 04:06 PM

Tags for this Thread

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