+ Reply to Thread
Results 1 to 3 of 3

Key Word through Filter Search

Hybrid View

  1. #1
    Registered User
    Join Date
    09-30-2017
    Location
    Toronto, Canada
    MS-Off Ver
    Microsoft Office 2010
    Posts
    10

    Key Word through Filter Search

    Hi Folks,

    I was hoping you could assist me with a question that I was asked.

    There is a key word bank (attachment 3) that represents an issue found in a certain legal case.

    The question proposed to me is this:

    Can you have a look at how to quickly locate cases by keyword, when more than one keyword applies? Current problem is that keywords don’t break out separately when more than one applies to a case.

    Capture.PNG

    Capture1.PNG

    Capture2.PNG

    Thank you very much,

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

    Re: Key Word through Filter Search

    We can't do much with a picture of your data (better to attach an Excel workbook), but perhaps you can use a helper column to identify records where any keywords are found, such as with a COUNTIF formula like this:

    =IF(COUNTIF(keyword_list,"*"&case_keyword&"*")>1,"Yes","No")

    and copy this down to the bottom of your data, where keyword_list is the range that contains your keywords, and case_keyword is the cell in each row that contains the descriptions you are looking for.

    Then you can filter that column to pick out those records where 2 or more keywords occur.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    09-30-2017
    Location
    Toronto, Canada
    MS-Off Ver
    Microsoft Office 2010
    Posts
    10

    Re: Key Word through Filter Search

    Any other suggestions or thoughts? I have attached the excel spread sheet in a duplicate post.

+ 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. Excel VBA - Word to search for part of a word and replace full word
    By charlie543 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-24-2016, 02:56 AM
  2. Replies: 5
    Last Post: 10-02-2016, 03:03 PM
  3. Replies: 4
    Last Post: 11-08-2014, 04:57 AM
  4. Replies: 2
    Last Post: 04-29-2014, 10:06 AM
  5. Replies: 2
    Last Post: 08-05-2013, 04:45 PM
  6. Replies: 1
    Last Post: 01-25-2011, 10:50 PM
  7. search for a specific word and copy the word and the preceeding words until a comma
    By DHANANJAY in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 12-31-2005, 09:10 AM

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