+ Reply to Thread
Results 1 to 4 of 4

Thread: Is it possible to perform multiple vlookups (index/matches)?

  1. #1
    Registered User
    Join Date
    02-08-2012
    Location
    Pittsburgh, PA
    MS-Off Ver
    Excel 2010
    Posts
    2

    Is it possible to perform multiple vlookups (index/matches)?

    Sorry that the title-post is a bit vague, but I can't think of any other ways to describe the problem at hand. Is this possible? I am working with two columns within a large database. In one column, I have customer account numbers. In the other, the product in which they are enlisted. Almost every account number is repeated somewhere within the list, with a different product each time. I have tried sorting by account number and concatenating the associated products into one cell, but there is no way to stop the concatenation upon a change from one account number to the next. I have also tried a variety of manipulations among the vlookup, index/match, small, and row(s) functions, yet nothing seems to work. I need a way I can display all of the products listed under each account number- not necessarily in the same cell, but horizontal indeed. Would a pivot table be of any help? Any assistance would be greatly appreciated.

    Thanks!

  2. #2
    Valued Forum Contributor
    Join Date
    02-09-2006
    Location
    Melbourne, Australia
    Posts
    669

    Re: Is it possible to perform multiple vlookups (index/matches)?

    It would help if you could attached a sample of your workbook. Remember to remove any sensitive data before uploading.
    Trish in Oz
    -------------
    A problem well defined is a puzzle half solved

  3. #3
    Registered User
    Join Date
    04-27-2010
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Is it possible to perform multiple vlookups (index/matches)?

    Hi

    surely this can be done with the help of PIVOT. (if you can attach the excel sheet will let you know)
    Regards
    Shridhar

  4. #4
    Registered User
    Join Date
    02-16-2012
    Location
    Austin, Texas
    MS-Off Ver
    Excel 2007
    Posts
    1

    Re: Is it possible to perform multiple vlookups (index/matches)?

    If you all you want to do is concatenate the products list for each customer into one cell, then do this. Sort by customer name and apply this formula:
    =IF(A1=A2,C1&", "&B2,B2)
    This formula was created with customer number in column A and product name in column B with headers in the first row. It will separate each product with a comma and a space. It will start the concatenation over again once it reaches a new customer ID.

+ 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.2.0