+ Reply to Thread
Results 1 to 6 of 6

Index/Array and return all values matching a condition

  1. #1
    Registered User
    Join Date
    03-07-2013
    Location
    Bend, Oregon
    MS-Off Ver
    365 ProPlus
    Posts
    51

    Index/Array and return all values matching a condition

    I've done this before, and can't find my sample ss... can anyone help? The Intertron is of no use on this...

    On one sheet is a list of names and addresses, and I want to pull in all records that will match 'Alice' into the 'Alice' sheet.

    This has been bugging me for DAYS!

    Thanks if anyone can help,
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,610

    Re: Index/Array and return all values matching a condition

    Please Login or Register  to view this content.
    *array entered*
    Ben Van Johnson

  3. #3
    Registered User
    Join Date
    03-07-2013
    Location
    Bend, Oregon
    MS-Off Ver
    365 ProPlus
    Posts
    51

    Re: Index/Array and return all values matching a condition

    Perfect! Thanks very much!

  4. #4
    Registered User
    Join Date
    03-07-2013
    Location
    Bend, Oregon
    MS-Off Ver
    365 ProPlus
    Posts
    51

    Re: Index/Array and return all values matching a condition

    Well, it works on if there's data in the cells.... however it doesn't work if there's a formula that pulls in the data from another worksheet.... I cannot seem to win on this...

  5. #5
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,610

    Re: Index/Array and return all values matching a condition

    Post a more representative example file...

  6. #6
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,830

    Re: Index/Array and return all values matching a condition

    Does 365 ProPlus have the new dynamic array formulas? I know O365 does. If it does, you can use this in Cell A2 and it will fill in all the records:

    =FILTER(Names!A2:E10,Names!A2:A10=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255))

    This also uses the name of the sheet to get the person's name. If you don't want it to do that, here's the answer with it hard-coded:

    =FILTER(Names!A2:E10,Names!A2:A10="Alice")

+ 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 return all matching values
    By Lameimpala in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-02-2019, 12:44 PM
  2. Index array list based on multiple matching Values
    By Jpidge20 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 04-13-2018, 09:13 PM
  3. [SOLVED] If range contains one of the values in the array, return the index of the array
    By LawCarrot in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-01-2018, 04:12 AM
  4. [SOLVED] Index and Match to return ALL matching values
    By garciapliz in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-07-2015, 05:41 AM
  5. [SOLVED] Index/Match and return all matching values
    By OLLY-7 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-04-2014, 06:09 PM
  6. [SOLVED] Return the Index of an array BUT with an IF condition (or other filter...), Thanks!
    By bbernzy in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-15-2013, 02:20 PM
  7. Store cell values in an array and return values on specific condition
    By gmalpani in forum Excel - New Users/Basics
    Replies: 7
    Last Post: 11-27-2011, 06:43 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