Results 1 to 5 of 5

Search for a word in a column and extract the word

Threaded View

  1. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,408

    Re: Search for a word in a column and extract the word

    Well here's a slightly different approach. I've put your keywords in row 1 of different columns, starting with C, and then put this formula in C2:

    Formula: copy to clipboard
    =(LEN($A2)-LEN(SUBSTITUTE($A2,C$1,"")))/LEN(C$1)

    which can then be copied across and down to suit. This will give you a count of the number of times each keyword can be found in the text in column A.

    Hope this helps.

    Pete
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

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