+ Reply to Thread
Results 1 to 4 of 4

Show Multiple Index Matches

  1. #1
    Registered User
    Join Date
    06-01-2014
    Posts
    79

    Show Multiple Index Matches

    I am trying to populate a worksheet that takes information from a table on another worksheet. I have to match three columns and show multiple entries for each correct match. Attached is a sample worksheet.
    Invoice.xlsx

    The information should be on the "Invoice" sheet. The cells in green are what will be given. The cells in yellow are what should be grabbed from table 1 on "June Sands Tracking Sheet"

    The delivery date, Customer and truck number are the given fields.

    from there I want it to search the table and populate "Truck BOL #","Sand Yard","Time In Staging", "Time Out of Location", and "Sand Type"

    I tried this formula in the BOL # column but it wouldn't work
    =IF(OR(C10={"",""}),"",IF(COUNTIFS(Table1[Delivery Date],$B$7,Table1[Truck '#],$E$7)=0,"No Entry",IFERROR(INDEX(Table1[BOL'#],SMALL(IF(Table1[Delivery Date]=$B$7,IF(Table1[Truck '#]=$E$7,ROW(Table1[BOL'#])-MIN(ROW(Table1[BOL'#]))+1)),ROWS(C$11:C19))),"")))


    any help is greatly appreciated.

    Thanks!

  2. #2
    Forum Expert
    Join Date
    09-01-2012
    Location
    Norway
    MS-Off Ver
    Office 365
    Posts
    2,844

    Re: Show Multiple Index Matches

    Personally I prefer to do the complicated array formula in a single helper column to get the row number and then use that rownumber in a more simple formula to extract the data. Gives a "cleaner look" if you ask me. Today I went a little more nuts than usual and used the space operator (intersect) and an extra helper column to get a real sleek appearance of the formulas in the form.
    Attached Files Attached Files
    <----- If you were helped by my posts you can say "Thank you" by clicking the star symbol down to the left

    If the problem is solved, finish of the thread by clicking SOLVED under Thread Tools
    I don't wish to leave you with no answer, yet I sometimes miss posts. If you feel I forgot you, remind me with a PM or just bump the thread.

  3. #3
    Registered User
    Join Date
    06-01-2014
    Posts
    79

    Re: Show Multiple Index Matches

    this is impressive. Thank you very much!

  4. #4
    Forum Expert
    Join Date
    09-01-2012
    Location
    Norway
    MS-Off Ver
    Office 365
    Posts
    2,844

    Re: Show Multiple Index Matches


    ''''''''''''''

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] INDEX MATCH array formula that matches substring n gives multiple matches
    By bkwins in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-12-2013, 04:57 AM
  2. [SOLVED] Index Formula with Multiple Matches
    By amyj22x3 in forum Excel General
    Replies: 6
    Last Post: 12-11-2012, 10:48 AM
  3. Replies: 4
    Last Post: 07-18-2012, 02:34 PM
  4. INDEX Multiple matches
    By deftones200 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-09-2007, 10:06 AM
  5. Multiple Matches - Index/Match
    By brdwlsh in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-26-2007, 12:00 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