+ Reply to Thread
Results 1 to 2 of 2

Multiple Lookup for Split Agent Names

Hybrid View

maacmaac Multiple Lookup for Split... 02-05-2012, 07:12 PM
Haseeb Avarakkan Re: Multiple Lookup for Split... 02-05-2012, 07:51 PM
  1. #1
    Valued Forum Contributor
    Join Date
    11-20-2003
    MS-Off Ver
    2010, 2016
    Posts
    1,176

    Multiple Lookup for Split Agent Names

    In column A of datasheet, I have a list of split agent codes. Each split code represents a split between 2-6 individuals per split ID.

    For each split code, I am trying to lookup each agent ID assigned to the split code in question and their split %. There can be as many 6 agent IDs assigned to each split code.

    I have attached a small sample, which includes the lookup table and data table, which better describes how the table is setup and expected results.
    Attached Files Attached Files
    Last edited by maacmaac; 02-05-2012 at 11:58 PM.

  2. #2
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    365
    Posts
    2,243

    Re: Multiple Lookup for Split Agent Names

    Try this in B4, with CTRL+SHIFT+ENTER, rather than just ENTER

    =IFERROR(INDEX('Data Table'!$C:$F,SMALL(IF('Data Table'!$A$2:$A$17=$A4,ROW('Data Table'!$A$2:$A$17)),INT((COLUMNS($B4:B4)-1)/2)+1),IF(MOD(COLUMNS($B4:B4),2),1,4)),"")

    Then copy across & down.
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

+ 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