+ Reply to Thread
Results 1 to 13 of 13

count similar words

  1. #1
    Registered User
    Join Date
    07-17-2014
    Location
    Europe
    MS-Off Ver
    2010
    Posts
    25

    Question count similar words

    Hello everyone,

    Wondering how can I count similar words if I have the following data:

    Column A:
    dropbox
    icloud, googledrive
    google drive
    Microsoft OneDrive
    Drop box
    Google
    Google Docs and OnlyOffice
    google drive
    google
    dropbox, google drive
    Dropbox, OneDrive
    Google docs, dropbox
    Calibre Content Server Amazon Photo Prime DropBox
    Google Drive, MEGA
    Google drive, yahoo mail and earlier dropbox.
    I use the apple cloud and google's cloud service.
    When I do, usually DropBox
    Dropbox, icloud

    And I would like to have the output like this:
    Column B Column C
    dropbox 8
    icloud 2
    google 10 --- should count all word occurrences like: googledrive, google drive, google, google docs
    docs 1
    etc..

    I just need to count how many words in this list to understand the stats on each of them. I would appreciate your tips on how to approach this with a formula or a macros.

    Thanks in advance!

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2024
    Posts
    6,176

    Re: count similar words

    Try this ...

    =COUNT(SEARCH(B1,A1:A1000))

    Enter with Ctrl+Shift+Enter.

  3. #3
    Registered User
    Join Date
    07-17-2014
    Location
    Europe
    MS-Off Ver
    2010
    Posts
    25

    Re: count similar words

    Quote Originally Posted by Phuocam View Post
    Try this ...

    =COUNT(SEARCH(B1,A1:A1000))

    Enter with Ctrl+Shift+Enter.
    Thanks for your response, but I receive the error https://sc-cdn.scaleengine.net/i/6cc...e6bbb351e5.png

  4. #4
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2024
    Posts
    6,176

    Re: count similar words

    B1= dropbox

    B2 = icloud

    B3 = ...

    Formula in C1

  5. #5
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Microsoft® Excel® for Microsoft 365 MSO (Version 2503 Build 16.0.18604.20000) 64-bit
    Posts
    3,992

    Re: count similar words

    or Try

    C1
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  6. #6
    Registered User
    Join Date
    07-17-2014
    Location
    Europe
    MS-Off Ver
    2010
    Posts
    25

    Re: count similar words

    Quote Originally Posted by shukla.ankur281190 View Post
    or Try

    C1
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Thanks for your response. I'm sorry, but it looks like this doesn't work too. Please kindly see the attached file of sample data.
    Thanks in advance!
    Attached Files Attached Files

  7. #7
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Microsoft® Excel® for Microsoft 365 MSO (Version 2503 Build 16.0.18604.20000) 64-bit
    Posts
    3,992

    Re: count similar words

    Try

    B1
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Drag down!!

  8. #8
    Registered User
    Join Date
    07-17-2014
    Location
    Europe
    MS-Off Ver
    2010
    Posts
    25

    Re: count similar words

    Quote Originally Posted by shukla.ankur281190 View Post
    Try

    B1
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Drag down!!
    Thanks! This worked. Is there any way to group similar words and count them? I would like to know how many users use dropbox, icloud, etc.

  9. #9
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,811

    Re: count similar words

    See attached:

    in C1

    =SUMPRODUCT(--ISNUMBER(SEARCH($B1,$A$1:$A$100)))
    Attached Files Attached Files

  10. #10
    Registered User
    Join Date
    07-17-2014
    Location
    Europe
    MS-Off Ver
    2010
    Posts
    25

    Re: count similar words

    Quote Originally Posted by JohnTopley View Post
    See attached:

    in C1

    =SUMPRODUCT(--ISNUMBER(SEARCH($B1,$A$1:$A$100)))
    Thanks JohnTopley! I have a few thousands lines in the original document and there are other brand names which I would like to count and not to miss. Is there any way to count all such words without manually pasting the names?
    Thanks in advance!

  11. #11
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,811

    Re: count similar words

    No ... you need to know which words to match .... how else can it be done?

  12. #12
    Registered User
    Join Date
    07-17-2014
    Location
    Europe
    MS-Off Ver
    2010
    Posts
    25

    Re: count similar words

    I would appreciate it if anyone could point me to a solution which would allow me to count all such words without manually pasting the names? Any Macros or keyword density checker formulas?

    Thanks in advance for any tips!

  13. #13
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,811

    Re: count similar words

    The only starting option is to extract ALL words (many of which may not be relevant for your analysis) and then filter these.

+ 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. Group by Similar Words in Cells
    By levpn in forum Excel General
    Replies: 7
    Last Post: 04-07-2017, 06:29 PM
  2. [SOLVED] Similar words marking
    By makinmomb in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 11-20-2016, 04:16 PM
  3. Find similar words in excel
    By the other dude in forum Excel General
    Replies: 1
    Last Post: 03-05-2012, 03:47 PM
  4. Need help grouping by similar words in second column
    By bigmark1972 in forum Excel General
    Replies: 11
    Last Post: 11-19-2011, 09:09 PM
  5. Excel 2007 : stop autofill of similar words
    By caroline123 in forum Excel General
    Replies: 1
    Last Post: 05-03-2011, 04:19 AM
  6. Count words-I want a function that can count the words in a cell
    By wilhelm in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-19-2009, 03:41 PM
  7. Matching two spreadsheets for Similar Words
    By Mountainbig in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-08-2007, 03:41 PM

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