+ Reply to Thread
Results 1 to 8 of 8

INDEX or extract list that doesn't Match to a range as criteria

  1. #1
    Registered User
    Join Date
    01-08-2017
    Location
    Malang, Indonesia
    MS-Off Ver
    2013
    Posts
    29

    Post INDEX or extract list that doesn't Match to a range as criteria

    Hi,

    I need help. How to index / extract data that doesn't match to a range as criteria to avoid and remove duplicate and blank data with formula.

    indexNotMatch.JPG

    I want in F2 and under shows unique data that doesn't match to criteria range (C2:C5) (No duplicate and no blank list).

    the result should be like this :

    indexNotMatchs.JPG

    Sorry for my english and thank you for every help.
    Attached Images Attached Images
    Last edited by brake; 11-16-2017 at 10:21 AM. Reason: sorry... Wrong screenshoot result, to make it clear

  2. #2
    Forum Expert
    Join Date
    11-27-2007
    Location
    New Jersey, USA
    MS-Off Ver
    2013
    Posts
    1,669

    Re: INDEX or extract list that doesn't Match to a range as criteria

    what about Apple, Nectarine, Broad bean etc.....

  3. #3
    Registered User
    Join Date
    01-08-2017
    Location
    Malang, Indonesia
    MS-Off Ver
    2013
    Posts
    29

    Re: INDEX or extract list that doesn't Match to a range as criteria

    I'm so sorry....

    the result should like this....

    indexNotMatchs.JPG

    thanks for your correction and advice

  4. #4
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: INDEX or extract list that doesn't Match to a range as criteria

    Hi brake,

    Try using a helper column with your data that has a match function in it. Then do the advanced filter on the helper. See the attached:

    Advanced Filter using Match for Not.xlsx
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  5. #5
    Registered User
    Join Date
    01-08-2017
    Location
    Malang, Indonesia
    MS-Off Ver
    2013
    Posts
    29

    Re: INDEX or extract list that doesn't Match to a range as criteria

    Thank's for your suggestion. I need an array formula, cuz the data source contains thousand rows and the criteria for about 70 rows. and i want a unique value, removing the duplicate result

  6. #6
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: INDEX or extract list that doesn't Match to a range as criteria

    Try this in F2:

    =IFERROR(INDEX(A$2:A$27,MATCH(1,COUNTIF(F$1:F1,A$2:A$27)+(COUNTIF(C$2:C$5,A$2:A$27)=0)*(A$2:A$27<>""),0)),"") Ctrl Shift Enter

    Extend the ranges as far as needed.

  7. #7
    Registered User
    Join Date
    01-08-2017
    Location
    Malang, Indonesia
    MS-Off Ver
    2013
    Posts
    29

    Re: INDEX or extract list that doesn't Match to a range as criteria

    Quote Originally Posted by 63falcondude View Post
    try this in f2:

    =iferror(index(a$2:a$27,match(1,countif(f$1:f1,a$2:a$27)+(countif(c$2:c$5,a$2:a$27)=0)*(a$2:a$27<>""),0)),"") ctrl shift enter

    extend the ranges as far as needed.
    this's great n awesome. This is what i need.. I highly appreciate that. Thank's a million for your help.

  8. #8
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: INDEX or extract list that doesn't Match to a range as criteria

    You're welcome. Happy to help.

+ 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. INDEX MATCH MATCH doesn't work well in a Filtered List?
    By exceln3wb in forum Excel General
    Replies: 1
    Last Post: 10-05-2017, 06:57 AM
  2. [SOLVED] Extract duplicates from index/match BUT the criteria is three columns?
    By Katie620 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-30-2017, 10:01 AM
  3. List Function with Criteria - Index Match with Criteria
    By teststrip in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-24-2017, 11:11 PM
  4. [SOLVED] Multiple Criteria lookup to extract data from a dump - INDEX MATCH????
    By Rossovich in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-30-2016, 01:14 PM
  5. [SOLVED] Return address of next value in list which doesn't match criteria
    By dancing-shadow in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-20-2015, 05:28 AM
  6. [SOLVED] Index and Match To Extract All Unique Locations Meeting Reoccurring Criteria Value
    By rlh06 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-05-2015, 11:25 AM
  7. List all scores which meet criteria (INDEX/MATCH?)
    By Sharpshooter in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-01-2010, 08:03 AM

Tags for this Thread

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