+ Reply to Thread
Results 1 to 6 of 6

Index match formula for multiple criteria

  1. #1
    Registered User
    Join Date
    01-14-2013
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    97

    Index match formula for multiple criteria

    Hi All

    Can I get a result from an index match on the attached or do i have to change the matrix ?

    Thanks

    Nelly
    Attached Files Attached Files

  2. #2
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: Index match formula for multiple criteria

    Index%20match%20help(1).xlsx
    Please see attached

    =INDEX($C$2:$C$17,MATCH(1,IF(B24=A2:A17,IF(B2:B17=C24,1)),0))
    Confirm Control+Shift+Enter
    If you are http://www.excelforum.com/image.php?type=sigpic&userid=125481&dateline=1392355029happy with the results, please add to the contributor's
    reputation by clicking the reputation icon (star icon).




    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved.
    To undo, select Thread Tools-> Mark thread as Unsolved.
    http://www.excelaris.co.uk

  3. #3
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Index match formula for multiple criteria

    hi Nelly. what is the multiple criteria? what are you expecting to see? putting that in the file helps us. if you have YDA1 in F2 & Softwood (primed) in G2 as your criteria, try this array formula:
    =INDEX($C$2:$C$17,MATCH(F2&G2,$A$2:$A$17&$B$2:$B$17,0))
    ...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 your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer. Press F2 on that cell and try again.

    if the combination of F2 & G2 are always unique, try:
    =SUMPRODUCT(($A$2:$A$17=F2)*($B$2:$B$17=G2)*$C$2:$C$17)

    i'm giving you SUMPRODUCT because your profile says Excel 2003. but your file is xlsx. change your profile if you have upgraded. then you can use faster & more efficient formulas like:
    =SUMIFS(C:C,A:A,F2,B:B,G2)

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  4. #4
    Registered User
    Join Date
    01-14-2013
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    97

    Re: Index match formula for multiple criteria

    Thanks Robert

    I got that far its the Double / Single variable that has confused me.

    I wish to be able to provide the cost based on the YDA1 to YDA8, Softwood / Oak & Double / Single.

    Thanks Nelly

  5. #5
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: Index match formula for multiple criteria

    You are welcome.
    Consider benishiryo solution as well.
    (concatenation is slighly slower that IF)
    Please add reputation if your satisfied with the solution.

  6. #6
    Registered User
    Join Date
    09-03-2014
    Location
    London
    MS-Off Ver
    10
    Posts
    1

    Re: Index match formula for multiple criteria

    Hi,

    Im struggling. Im trying to use the formula that was on the first reply email to the first question regarding Conditioning for a risk matrix, and it doesnt seem to work.

    So i have a column which has probability, another for consequence, and then rating (which i want to get automatically generated by the input of the first two columns)
    My issue is the risk tab is on a different sheet to the tab that has the drop down information in and the formula doesnt seem to work.

    Any ideas?
    Thank you
    s

+ 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 match formula for multiple criteria
    By nellyc in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-03-2013, 11:02 AM
  2. INDEX/MATCH? Or maybe a differnt formula to look up multiple criteria
    By karstens in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-08-2013, 01:17 PM
  3. Excel 2007 : Index, Match, Large Formula: Multiple Criteria, Multiple Ranges
    By SimpleJack in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-19-2013, 08:54 AM
  4. Excel 2007 : Index Match Multiple Criteria Formula
    By paddyboy in forum Excel General
    Replies: 17
    Last Post: 03-17-2012, 12:01 AM
  5. Index/Match formula with multiple criteria
    By dta1984 in forum Excel General
    Replies: 7
    Last Post: 11-21-2011, 01:29 PM

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