+ Reply to Thread
Results 1 to 4 of 4

Lookup and return data after using ref table

  1. #1
    Registered User
    Join Date
    11-29-2007
    Posts
    22

    Lookup and return data after using ref table

    Hi All,

    I have a set of raw data that I need to return in a certain way to assist analysis. It is prices of products with similar names that I need to put on one line if this is possible

    It is pretty complicated so I have attached an example sheet!

    In the data table I have 8 lines of products with prices, they are infact just 2 products but called slightly different by suppliers. (I am Supplier A)

    In the lookup table I have manually put all similar products together in one line (It would be inmpossible to do automatically as product names can be totally different)

    What I want to do is return the prices of all suppliers as per what Supplier A calls the product as in the desired results table

    Is this possible??

    Any help would be greatly appreciated
    Attached Files Attached Files

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Lookup and return data after using ref table

    Based on your sample file layout:

    C15:
    =VLOOKUP(INDEX($G5:$J5,COLUMNS($C15:C15)),$B$3:$D$10,3,0)
    copied across matrix

    (note you have typo re: Name 4 in your Raw Table)

  3. #3
    Registered User
    Join Date
    11-29-2007
    Posts
    22

    Re: Lookup and return data after using ref table

    Thats Fantastic, thanks Donkeyote.

    Is there also a way of pulling back the name in columns E3:E10 using the lookup table?

    Thanks

  4. #4
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Lookup and return data after using ref table

    I guess something like:

    Please Login or Register  to view this content.
    In reality you're generally better off storing data along the lines of:

    Please Login or Register  to view this content.
    Things become more easier than - ie basic VLOOKUP would suffice.

+ 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