+ Reply to Thread
Results 1 to 6 of 6

Match and index formula to be used to get the figure from array by meeting 3 conditions

  1. #1
    Registered User
    Join Date
    01-16-2013
    Location
    india
    MS-Off Ver
    Excel 2010
    Posts
    28

    Match and index formula to be used to get the figure from array by meeting 3 conditions

    Dear all

    I want to get search a figure where it meets two conditions of a row and a column. The sample file is attached for easy understanding

    thanks in advance for the experts

    kindly do the needful
    Attached Files Attached Files

  2. #2
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,894

    Re: Match and index formula to be used to get the figure from array by meeting 3 condition

    I'm not sure what you mean by...
    The value in cell "d2" need to be searched in column where you find (i) above
    There's no match for D2 when searched in column where C2 is satisfied from MASTER!2:2.

    Also, there are several issues in your sample.
    1. You are missing grade values in B2, Q2:T2 range of your sample.
    2. You state "either value should be equal or little higher than the value of F2 in the array". However, you give d27 as result for row 3. Which is LOWER than F3.

    But if I had to take a guess. You could try...
    =MIN(IF(INDEX(MASTER!$B$4:$T$43,,MATCH(C2,MASTER!$B$2:$T$2,0))>=F2,INDEX(MASTER!$B$4:$T$43,,MATCH(C2,MASTER!$B$2:$T$2,0))))

    Confirmed as array (CTRL + SHIFT + ENTER).
    ?Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something.?
    ― Robert A. Heinlein

  3. #3
    Registered User
    Join Date
    01-16-2013
    Location
    india
    MS-Off Ver
    Excel 2010
    Posts
    28

    Re: Match and index formula to be used to get the figure from array by meeting 3 condition

    Sir , the formula is not working
    sorry sir, i have given some wrong cell numbers, i revised the excel sheet and forwarding, please do the needful
    Attached Files Attached Files

  4. #4
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,894

    Re: Match and index formula to be used to get the figure from array by meeting 3 condition

    Hmm? It's working fine on my end. Did you confirm as array? By pressing CTRL+SHIFT+ENTER before you leave the edit mode in the cell?

    See attached.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    01-16-2013
    Location
    india
    MS-Off Ver
    Excel 2010
    Posts
    28

    Re: Match and index formula to be used to get the figure from array by meeting 3 condition

    Thank you very much Sir, Its working Well.Great job you did it sir.

  6. #6
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,894

    Re: Match and index formula to be used to get the figure from array by meeting 3 condition

    You are welcome. And thanks for the rep

+ 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 and Two Match Criteria- meeting both criteria (need help to repair formula)
    By OilAndGasMan1984 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-27-2017, 10:56 PM
  2. [SOLVED] Formula to find 2nd Match using Index and 2 Match conditions
    By Cra5h in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 05-24-2016, 11:52 AM
  3. Replies: 3
    Last Post: 04-02-2016, 08:16 PM
  4. Replies: 3
    Last Post: 10-10-2014, 08:14 AM
  5. [SOLVED] Retrieving Top 8 Values while meeting a criteria (Index / Match Formula)
    By Joseph Wee in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-17-2014, 08:29 AM
  6. IF formula with multiple conditions using INDEX/MATCH
    By cad1llac in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 02-05-2013, 06:32 AM
  7. How to find the closest match meeting conditions
    By glenn37475474 in forum Excel General
    Replies: 2
    Last Post: 06-28-2011, 02:44 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