Results 1 to 6 of 6

Create an array for matches of a source array to any values in a match array.

Threaded View

  1. #1
    Registered User
    Join Date
    03-07-2011
    Location
    Detroit, MI
    MS-Off Ver
    Excel 2003, 2007, & 2010
    Posts
    52

    Create an array for matches of a source array to any values in a match array.

    I'm looking to identify all rows in a range that match any values from another dynamic range that can have a varying number match values. Need to get all matches to remain 0 and all non matches to go to 1. Below is the current code I am using but it does not evaluate it as single array as I was hoping.

    {IF(DATA_RANGE=TRANSPOSE(MATCH_VALUES_RANGE),0,1)}
    Below is an example of what the two input ranges would be and the output I am looking for. Thanks for the help.

    MATCH_VALUES_RANGE
    1
    2
    3

    DATA_RANGE
    1
    7
    2
    9
    3

    DESIRED ARRAY RESULT
    0
    1
    0
    1
    0


    CROSS POST
    https://www.mrexcel.com/forum/excel-...ml#post5014390
    Last edited by drew.j.harrison; 02-22-2018 at 12:17 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 3
    Last Post: 04-02-2016, 08:16 PM
  2. [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
  3. Create an array based off values in another array - exclude blanks
    By clifton1230 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-05-2013, 05:35 PM
  4. Search array and highlight array matches
    By ricklou in forum Excel General
    Replies: 3
    Last Post: 12-19-2012, 02:29 PM
  5. Replies: 0
    Last Post: 10-13-2012, 10:13 PM
  6. Replies: 6
    Last Post: 05-26-2012, 04:56 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