+ Reply to Thread
Results 1 to 3 of 3

Index match with condition

  1. #1
    Registered User
    Join Date
    10-02-2012
    Location
    Philippines
    MS-Off Ver
    Excel 2007
    Posts
    86

    Index match with condition

    Please help me for the formula:

    Request. Code. Progress
    5 Ww01 4
    8 Ff02 9
    4 Ww04 5

    To show only the code if request is higher than progress.
    Sample: ww01

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: Index match with condition

    Is "5 Ww01 4" in one cell, or in 3 separate cells?
    Quang PT

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,055

    Re: Index match with condition

    I think that htey are in separate cells... This array formula will do what you need.

    =IFERROR(INDEX(B:B,SMALL(IF($A$2:$A$7>$C$2:$C$7,ROW($C$2:$C$7)),ROWS($1:1))),"")

    Array Formulae are a little different from ordinary formulas in that they MUST be confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER.

    You will know the array is active when you see curly braces { } appear around the outside of your formula. If you do not CTRL+SHIFT+ENTER you will (almost always) get an error message or an incorrect answer. Press F2 on that cell and try again.

    Don't type the curly braces yourself - it won't work...
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

+ 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 and Match with based on IF then condition?
    By aglander in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-08-2014, 05:59 PM
  2. Sort index match if condition
    By Ravenousdead in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-09-2014, 12:24 PM
  3. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  4. [SOLVED] Vlookup (IFS) 3 Condition Model Using Index /Match
    By Winship in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-28-2014, 07:06 PM
  5. Replies: 6
    Last Post: 11-08-2013, 10:29 PM
  6. Replies: 3
    Last Post: 05-02-2013, 01:31 AM
  7. Using INDEX, MATCH, but need condition
    By philiphales in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-25-2005, 10:27 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