+ Reply to Thread
Results 1 to 6 of 6

Index and match formula, attempting to return results with multiple criteria.

  1. #1
    Registered User
    Join Date
    06-05-2013
    Location
    Orlando, FL
    MS-Off Ver
    Excel 2010
    Posts
    55

    Index and match formula, attempting to return results with multiple criteria.

    I’m looking under the tab disposition tracker. I am attempting to get it to return any of the three options from the dropdown in cell j5. I really need to create All in the list and it will give me all of the items from the dropdown. Thank you ahead of time.
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: Index and match formula, attempting to return results with multiple criteria.

    Where do you want this, and what will it be based on?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    06-05-2013
    Location
    Orlando, FL
    MS-Off Ver
    Excel 2010
    Posts
    55

    Re: Index and match formula, attempting to return results with multiple criteria.

    I just need it to populate column A in the disposition tracker. It gets its data from helper 2 which gets its data from tissue log.
    Here is my formula in A1 of disposition tracker. {=IFERROR(INDEX('Helper 2'!$A$2:$Q$2200,SMALL(IF('Helper 2'!$Q$2:$Q$2200=$J$5,ROW('Helper 2'!$Q$2:$Q$2200)-1),ROW(A1)),1),"")}. I can get the results for quarantined, returned and distributed. But I am trying to get one that will cover all 3.

    Thanks again

  4. #4
    Registered User
    Join Date
    07-08-2016
    Location
    USA
    MS-Off Ver
    Office 365, Office 2016 for PC & Mac, Office 2013, Office 2011 Mac
    Posts
    80

    Re: Index and match formula, attempting to return results with multiple criteria.

    Hi mahalek1976,

    Try TRANSPOSE(Lists!$A$3:$A$5) instead of j5 inside the small-if.

    Please Login or Register  to view this content.


    DMG

  5. #5
    Registered User
    Join Date
    07-08-2016
    Location
    USA
    MS-Off Ver
    Office 365, Office 2016 for PC & Mac, Office 2013, Office 2011 Mac
    Posts
    80

    Re: Index and match formula, attempting to return results with multiple criteria.

    Deleted Duplicate


    DMG
    Last edited by dmg2016; 02-01-2017 at 09:22 PM.

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: Index and match formula, attempting to return results with multiple criteria.

    Not sure I understand? You will have 1 item from the DD, but you want to be able to return 2 others as well?

    If you want to have an "all" category, then maybe *** another helper column to Helper2 (I used R) and copy this down...
    =IF(OR(Q2="quarantined",Q2="Distributed",Q2="Returned"),"all","")

    Then for the formula to extract, try this ARRAY formula...
    =IFERROR(INDEX('Helper 2'!$A:$A,SMALL(IF(IF($J$5="All", 'Helper 2'!$R$2:$R$2200,'Helper 2'!$Q$2:$Q$2200)=$J$5,ROW('Helper 2'!$Q$2:$Q$2200)),ROW(A1)),1),"")

+ 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 on multiple criteria/ results
    By Burt_100 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-06-2015, 10:40 AM
  2. Index/Match Formula to return multiple results
    By MikeSta4ord in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 06-11-2015, 11:32 AM
  3. Replies: 0
    Last Post: 07-08-2014, 09:51 AM
  4. Replies: 4
    Last Post: 03-27-2014, 01:09 PM
  5. Using Index And Match To Return Potential Multiple Results To One Cell
    By jcaynes in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-11-2013, 10:41 AM
  6. Using Index Match to return multiple results with very messy data.
    By falkon007 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 01-30-2013, 12:28 PM
  7. Can Index or Match return multiple results?
    By waverider in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 01-30-2007, 10:06 PM

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