Results 1 to 10 of 10

Index array list based on multiple matching Values

Threaded View

  1. #1
    Registered User
    Join Date
    03-15-2018
    Location
    Austin, TX
    MS-Off Ver
    2010
    Posts
    5

    Index array list based on multiple matching Values

    Hello-

    I have searched and I can't seem to figure out how to do what I am trying to do. I have a sheet with a list of values, exported from another program. I manually import that data into a sheet in my template called "Data". On the Data sheet, column A has department numbers 0-17, column B has three digit equipment numbers (001-999), Column C has letters associated with the number of each piece of equipment being used (A-F, G-H, etc), Column D has "N" or "R" for new or relocated, and Column E has a description. There are multiple instances of equipment numbers in each department.

    The other sheets in the template that are numbered 0-17, for each department. I have figured out how to import all of the equipment numbers into sheets by department number, but I can't figure out how to get columns C, D, and E to import based on the exact equipment number entry in that row.

    Here is what I have to import the equipment into each department sheet:
    {=IF(ISERROR(INDEX(Data!$B:$B,SMALL(IF(Data!$A:$A=$B$2,ROW(Data!$A:$A)),ROW(1:1)),0)),"",INDEX(Data!$B:$B,SMALL(IF(Data!$A:$A=$B$2,ROW(Data!$A:$A)),ROW(1:1)),0))}

    $B$2 is the cell where I enter the department number on each sheet.

    As you can see from the images below, I have figured out how to get it to grab the quantity letter from the row that matches the Department number and Equipment number, but I can't figure out how to get it to show the next one in each series. The entries on C9:C11 on the equipment sheet should be A, B, then C, but they all show up "A". The formula that I am currently using for those cells is
    {=IFERROR(INDEX(Data!$C:$C,MATCH($B$2&B9,Data!$A:$A&Data!$B:$B,0),1),0)}

    Data Sheet:
    Data Sheet.JPG

    Department Sheet:
    Department Sheet.JPG

    Thank you!
    Pidgeon
    Attached Files Attached Files
    Last edited by Jpidge20; 03-15-2018 at 04:15 PM. Reason: Uploaded sample file

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Index array to return me a list of values
    By xatomicx in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-04-2017, 05:31 PM
  2. [SOLVED] Lookup or index on multiple parameters and pull table heading for matching values
    By pcrewlok in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 07-24-2015, 07:07 PM
  3. Find missing values - based on looking up a list, comparing against index values
    By anakaine in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 01-22-2013, 01:31 AM
  4. Replies: 14
    Last Post: 11-30-2012, 02:54 PM
  5. Highlighting cells based on them matching another list of values
    By david1987 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-22-2012, 08:26 AM
  6. Index/Match/Array based on Values - complicated problem =(
    By mattjac1 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-12-2012, 01:37 PM
  7. Replies: 4
    Last Post: 05-24-2012, 06:44 AM

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