Results 1 to 11 of 11

INDEX/MATCH combo with using nth result

Threaded View

  1. #9
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 V 2503
    Posts
    13,708

    Re: INDEX/MATCH combo with using nth result

    Hi again.

    OR as applied in the latest will return a single TRUE/FALSE. This formula needs an array of TRUE/FALSE ie 1/0. If you are not aware of it "adding" conditions functions as a logical OR and will return that array. To see the effect of that try selecting just (($F2:$AN2="PASS")+($F2:$AN2="FAIL")) in the formula bar and hit the F9 function key. You should see {1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0} in the divisor.

    With that understanding under 'Latest Test Year:' try this in C2.
    Formula: copy to clipboard
    =INDEX($F$1:$AN$1,AGGREGATE(14,6,(COLUMN($F2:$AN2)-MIN(COLUMN($F2:$AN2))+1)/(($F2:$AN2="PASS")+($F2:$AN2="FAIL")),COLUMNS(C$1:$C$1)))


    Under 'Removal year:' (if I understand correctly) simply adding 1 to that formula should do the job.
    Last edited by FlameRetired; 03-04-2018 at 10:14 PM.

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 generates incorrect result by referencng nearest cell if match not found
    By aglawrence in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-29-2017, 08:59 AM
  2. [SOLVED] Index Match Combo
    By SimonCampbell in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-19-2017, 06:25 AM
  3. Index, Match, If / And, Combo Box used in Conjunction??
    By childs71 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-07-2015, 08:35 AM
  4. [SOLVED] Index/Match result should again search for zero result
    By ursanil in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-07-2014, 04:45 AM
  5. index match, ..... skip result if blank value ...... jump to next match
    By gehawk in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-08-2013, 04:42 AM
  6. Three Way Lookup Using Index Match Combo
    By nathanhamilton82 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-07-2012, 03:39 PM
  7. Lookup, Index, Match ... Not sure which combo will do it?
    By nikko4239 in forum Excel General
    Replies: 4
    Last Post: 06-08-2010, 06:32 PM

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