+ Reply to Thread
Results 1 to 4 of 4

common keyword identification

  1. #1
    Registered User
    Join Date
    03-03-2016
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    31

    common keyword identification

    Looking to identify and count the most common and top 5 words based on a criteria (pupil name) from a range of cells which have copy and pasted sentances in them. Essentially, i am looking to highlight a word content / writing style over a number of examples and then order them by count. I would like to do this on two critera, pupil name and book title but don't want to get ahead of myself in aspiration.

    e.g.
    Column A has the name of a pupils
    Column A will have the same pupil multiple times and there are 30 pupils and order of pupil's sentance/paragraph entry is random with maybe 350 entries in total
    Colomn B has book name
    Column C has a entance/paragraph written by the pupils

    Not sure if Excel can do this but any thoughts or suggestions welcome. Thanks

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: common keyword identification

    Attach a sample workbook.

    Make sure there is just enough data to demonstrate your need.

    Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.

  3. #3
    Registered User
    Join Date
    03-03-2016
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    31

    Re: common keyword identification

    Attached an example.

    Essentially looking to apply a formula filter based on two parameters to look up keywords from a list provided from a column's cell content.

    I may be asking for something a little complicated and something that makes excel slightly unstable? Any help or recommendations greatly appreciated. Thank you in advance.
    Attached Files Attached Files

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: common keyword identification

    Here's one way based on the layout of your sample in post #3:

    J6 =COUNTIF(F:F,"*"&I6&"*")

    Drag this formula down through J221.

    Most Common Keyword =INDEX(Keywords,MATCH(LARGE(J6:J221,1),J6:J221,0))
    Second Most Common =INDEX(Keywords,MATCH(LARGE(J6:J221,2),J6:J221,0))
    Third Most Common =INDEX(Keywords,MATCH(LARGE(J6:J221,3),J6:J221,0))

+ 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. Keyword Identification and Changes
    By kapriano in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-10-2018, 02:08 AM
  2. Common Keyword match/extract by account number
    By Smithae0119 in forum Excel General
    Replies: 1
    Last Post: 11-16-2015, 05:23 PM
  3. Common Keyword match/extract by account number
    By Smithae0119 in forum Excel General
    Replies: 0
    Last Post: 11-13-2015, 07:44 AM
  4. Replies: 6
    Last Post: 03-18-2014, 11:16 AM
  5. Filter List by Keyword & copy the result in column by keyword as header
    By kitunga in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-21-2013, 07:16 AM
  6. how to write macro to find and match common string and write the keyword
    By narendrabr in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-16-2012, 07:41 AM
  7. Replies: 2
    Last Post: 07-13-2012, 04:02 AM

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