+ Reply to Thread
Results 1 to 5 of 5

Categorizing labels??

Hybrid View

  1. #1
    Registered User
    Join Date
    03-05-2008
    Posts
    30

    Categorizing labels??

    Newbie question =


    I think this may be a LOOKUP question or a nested IF statement but... i have a column A with a large variety of names and i want column B to categorize and simplify column A into other labels.

    So,

    if column A = dog, cat, mouse column B = animal

    if column A = pink, blue, green column B = color

    etc,etc... obviously my example is simplified but same principle. i cant seem to get any of the logical functions to work for the amount of column A variety i have.


    any thoughts,
    greg

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Categorizing labels??

    Perhaps something like this will work for you....

    With
    E1:F6 containing this list:
    dog	animal
    cat	animal
    mouse	animal
    pink	color
    blue	color
    green	color
    And A1 containing an item from the first column of that list.

    This formula returns the category for that item:
    B1: =VLOOKUP(A1,$E$1:$F$6,2,0)
    Does that help?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  3. #3
    Registered User
    Join Date
    03-05-2008
    Posts
    30
    i dont really understand that vlookup function very well. let me be a little more specific.

    i have a list of lables in column A, and i can easy just type in the value for column B, but it will take me a year as i have 1000 rows of data for column A. I need to write a simple formula which will output text based on the value in column A, therefore i can drag the formula down instead of manually typing all the names.

    its basically a nested IF, but i have more than 7 values in column A so i cant keep adding IF statements.

  4. #4
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Categorizing labels??

    I attached a sample workbook that demonstrates the use of the VLOOKUP
    function.

    Post back if you have more questions.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    03-05-2008
    Posts
    30
    actually Ron that works perfectly. sorry for the quick response earlier, its just i thought you didnt understand what i was asking.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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