+ Reply to Thread
Results 1 to 4 of 4

How to categories a list of items

  1. #1
    Registered User
    Join Date
    05-14-2019
    Location
    Malaysia
    MS-Off Ver
    O365
    Posts
    1

    How to categories a list of items

    Hi

    I have a list of items, but I need to categories it accordingly at Col B.
    May I know which formula to use so that it will read the cell text as a word but not by the character?

    Thank you.
    Attached Images Attached Images

  2. #2
    Valued Forum Contributor
    Join Date
    11-02-2016
    Location
    NY
    MS-Off Ver
    2010
    Posts
    459

    Re: How to categories a list of items

    Use lookup table (vLookup). I'm guessing that you only need it for the first part of the item (before the blank space)? If this is true, create a list of the unique Items (you probably can get rid of the text after the 'Sit', 'Siti', 'Siii'. So perhaps on another tab you could have your lookup table: Column A = item Number & Column B Category and put in vLookup formula in the Category. If you upload your example, I could show you.

  3. #3
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,126

    Re: How to categories a list of items

    Hi & welcome to the board.
    How about
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  4. #4
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,628

    Re: How to categories a list of items

    In E2 then copy down.

    =VLOOKUP(D2&"*",$A$2:$B$4,2,0)
    Attached Files Attached Files
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

+ 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. Replies: 13
    Last Post: 10-11-2016, 10:29 AM
  2. vba code to restrict horizontal categories items repetition
    By caabdul in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-01-2014, 09:16 AM
  3. [SOLVED] How to find % of total for all the items in different categories
    By tantcu in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-17-2013, 06:39 PM
  4. Collate a list of unique items only from multiple sheets into specific categories
    By Boyler_Room in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 02-28-2013, 08:05 PM
  5. Replies: 3
    Last Post: 01-01-2012, 02:31 PM
  6. Copy items into 4 quadrants based on their categories
    By pdhawan in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-24-2011, 07:25 PM
  7. Replies: 1
    Last Post: 06-24-2005, 12:21 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