+ Reply to Thread
Results 1 to 5 of 5

Finding the Categories Based on the KeyWords

  1. #1
    Registered User
    Join Date
    12-22-2015
    Location
    Bangalore
    MS-Off Ver
    MS office 2010
    Posts
    2

    Finding the Categories Based on the KeyWords

    Hi i want to find the categories on the Basis of keywords present in the Column A in the Sheet 1, and i am able to get the Categories names in the Column B,but if only one key word is Present in the Column A, But i want in a Different Way. i am Writing the rules in the rules sheet. I want the Result Like this

    Sheet 1.

    Keywords-----------------------------Expected Result Category
    Computer-----------------------------Electronics
    hardisk,Computer--------------------Storage Devices,Electronics
    Desktop-------------------------------Hardware,Electronics
    Laptop,Computer---------------------Hardware
    Printers------------------------------- Hardware
    Microphones--------------------------Input Device

    Rules Sheet

    Search_For:-----Category:
    Computer---------Electronics
    Hardisk-----------Storage Devices
    Desktop--------- Hardware
    Laptop-----------Hardware
    Printers----------Hardware
    Microphones Input Device


    I am using this code to Find the Categories
    Please Login or Register  to view this content.

  2. #2
    Forum Guru karedog's Avatar
    Join Date
    10-03-2014
    Location
    Indonesia
    MS-Off Ver
    2003
    Posts
    2,971

    Re: Finding the Categories Based on the KeyWords

    The trick is to get the string before comma (if there is a comma) in keywords, then the search is performed based on this string like this :

    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    12-22-2015
    Location
    Bangalore
    MS-Off Ver
    MS office 2010
    Posts
    2

    Re: Finding the Categories Based on the KeyWords

    Thanks For Your Reply, i tried your code it searches only the for keywords within the comma and Return the Category, Can it be possible to do like this, if the Multiple keyword present in a column like this
    Sheet 1.

    Keywords---------------------Expected Result Category1------------Expected Result Category2
    Computer-----------------------------Electronics
    hardisk,Computer--------------------Storage Devices------------------------------------Electronics
    Desktop,Computer------------------ Hardware-------------------------------------------Electronics
    Laptop,Computer---------------------Hardware
    Printers------------------------------- Hardware
    Microphones--------------------------Input Device

  4. #4
    Forum Guru karedog's Avatar
    Join Date
    10-03-2014
    Location
    Indonesia
    MS-Off Ver
    2003
    Posts
    2,971

    Re: Finding the Categories Based on the KeyWords

    You are welcome.

    It should be like this :

    Please Login or Register  to view this content.
    BTW, since you are new, please take a time to learn some rules of this forum here :
    http://www.excelforum.com/forum-rule...rum-rules.html

    A point of interest will be in this question :
    Want to get your question answered quickly?
    - Post a WORKBOOK

    You will get a better response of forum members if you make it easy for them to help you, i.e. posting a sample workbook will avoid the helpers to retype the data.

  5. #5
    Forum Expert jaslake's Avatar
    Join Date
    02-21-2009
    Location
    Atwood Lake in Mid NE Ohio...look it up.
    MS-Off Ver
    Excel 2010 2019
    Posts
    12,749

    Re: Finding the Categories Based on the KeyWords

    John

    If you have issues with Code I've provided, I appreciate your feedback.

    In the event Code provided resolves your issue, please mark your Thread as SOLVED.

    If you're satisfied by any members response to your issue please use the star icon at the lower left of their 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. Finding a list of keywords in a column
    By nickmadd in forum Excel General
    Replies: 4
    Last Post: 03-17-2014, 12:42 PM
  2. [SOLVED] HDI - Return multiple keywords in a text column based on a set of available keywords
    By zneiley in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-25-2013, 01:32 PM
  3. Finding the top 4 highest keywords and number in an array
    By PatrickRoss in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-19-2013, 05:36 AM
  4. [SOLVED] Finding Keywords
    By nandu neerukonda in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 06-21-2012, 06:31 PM
  5. Finding Keywords and Simplifying
    By Miri_tx in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-21-2011, 06:04 PM
  6. Finding instances of a keyword from another set of keywords
    By electricice in forum Excel General
    Replies: 3
    Last Post: 06-10-2011, 04:00 AM
  7. Finding keywords in multiple strings
    By JP Romano in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-06-2011, 04:31 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