+ Reply to Thread
Results 1 to 9 of 9

I need a Lookup to return more than 1 result

  1. #1
    Registered User
    Join Date
    01-30-2006
    Posts
    8

    I need a Lookup to return more than 1 result

    In my Workbook I have a sheet called MASTER and it has the information I am wanting to extract.

    In Cell AQ6 I have this "YHMIA.2615.1.400"

    For each SKU# I have maybe 3 to 6 DIE's. I want to return the DIE #, DIE LOCATION, & DIE TYPE in a horizontal manor. Can this be done? Any help would be appreciated. Please see the example below for what I am wanting.


    AQ6 = "YHMIA.2615.1.400" This is SKU#
    AR6 = "E" THIS IS DIE TYPE
    AS6 = "8022" THIS IS DIE LOCATION
    AT6 = "122" THIS IS DIE #

    AU6 = "D" THIS IS THE SECOND DIE TYPE
    AV6 = "8321" THIS DIE's LOCATION
    AW6 = "122" THIS DIE's #

  2. #2
    vezerid
    Guest

    Re: I need a Lookup to return more than 1 result

    Joe,
    it is quite clear what you want to do with the destination, but how is
    your source data organized? Please clarify.

    Kostis Vezerides


  3. #3
    L. Howard Kittle
    Guest

    Re: I need a Lookup to return more than 1 result

    See your post in Misc

    "joe1182" <[email protected]> wrote in
    message news:[email protected]...
    >
    > In my Workbook I have a sheet called MASTER and it has the information I
    > am wanting to extract.
    >
    > In Cell AQ6 I have this "YHMIA.2615.1.400"
    >
    > For each SKU# I have maybe 3 to 6 DIE's. I want to return the DIE #,
    > DIE LOCATION, & DIE TYPE in a horizontal manor. Can this be done? Any
    > help would be appreciated. Please see the example below for what I am
    > wanting.
    >
    >
    > AQ6 = "YHMIA.2615.1.400" This is SKU#
    > AR6 = "E" THIS IS DIE TYPE
    > AS6 = "8022" THIS IS DIE LOCATION
    > AT6 = "122" THIS IS DIE #
    >
    > AU6 = "D" THIS IS THE SECOND DIE TYPE
    > AV6 = "8321" THIS DIE's LOCATION
    > AW6 = "122" THIS DIE's #
    >
    >
    > --
    > joe1182
    > ------------------------------------------------------------------------
    > joe1182's Profile:
    > http://www.excelforum.com/member.php...o&userid=30977
    > View this thread: http://www.excelforum.com/showthread...hreadid=506490
    >




  4. #4
    Registered User
    Join Date
    01-30-2006
    Posts
    8
    My source data looks like the example below.

    Column "C" in MASTER
    SKU#
    yhmia.2615.1.400
    yhmia.2615.1.400
    yhmia.2615.1.400

    COLUMN "D" in MASTER
    DIE#
    8063
    8022
    8192

    Column "F" in MASTER
    DIE TYPE
    F
    E
    F

    Column "G" in MASTER
    123
    241
    119
    Last edited by joe1182; 01-31-2006 at 07:46 AM.

  5. #5
    Registered User
    Join Date
    01-30-2006
    Posts
    8
    Can anyone help me out?

  6. #6
    vezerid
    Guest

    Re: I need a Lookup to return more than 1 result

    Joe

    I just saw both threads. I believe I fully understand what you want to
    accomplish. Do you want a formula-based solution or VBA?

    Kostis


  7. #7
    Registered User
    Join Date
    01-30-2006
    Posts
    8
    Formula Based would be the best. Thanks!

  8. #8
    Registered User
    Join Date
    01-30-2006
    Posts
    8
    I got it!

    Here is the formula I used to get it to work. Hope this helps someone. Thanks for all your help!



    =INDEX($A$1:$S$12618,SMALL(IF($A$1:$A$12618=$A$12624,ROW($A$1:$A$12618)),COLUMN(1:1)),2)

  9. #9
    vezerid
    Guest

    Re: I need a Lookup to return more than 1 result

    Glad you got it to work. So, no point in building the much more complex
    solution that I had started building...

    Kostis


+ 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