+ Reply to Thread
Results 1 to 6 of 6

Index / Match or other function to lookup 3 values and return column D

  1. #1
    Registered User
    Join Date
    02-01-2013
    Location
    West Hartford, CT
    MS-Off Ver
    Excel 2013
    Posts
    8

    Index / Match or other function to lookup 3 values and return column D

    match 3 input values and return the results from the table.
    I would like the user to input 3 values and return the result from the array. I have tried using index/match but I can't get it to work.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,178

    Re: Index / Match or other function to lookup 3 values and return column D

    Try

    =SUMIFS($D:$D,$A:$A,$B$1,B:B,$B2,$C:$C,$B$3)

  3. #3
    Registered User
    Join Date
    01-08-2014
    Location
    Missouri
    MS-Off Ver
    365
    Posts
    87

    Re: Index / Match or other function to lookup 3 values and return column D

    in cell B4:

    =SUMPRODUCT((B1=$A$9:$A$56)*(B2=$B$9:$B$56)*(B3=$C$9:$C$56)*($D$9:$D$56))

    but I like JohnT's better. I haven't used SUMIFS before.

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Index / Match or other function to lookup 3 values and return column D

    Try this
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  5. #5
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: Index / Match or other function to lookup 3 values and return column D

    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  6. #6
    Registered User
    Join Date
    02-01-2013
    Location
    West Hartford, CT
    MS-Off Ver
    Excel 2013
    Posts
    8

    Re: Index / Match or other function to lookup 3 values and return column D

    Perfect! Thank you.

+ 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-match function to return multiple values in a row or column
    By bping in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 02-10-2015, 04:57 PM
  2. Use Index/Match Function to Return Values from an Array
    By 00pumpkin in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-11-2013, 02:22 PM
  3. Replies: 4
    Last Post: 03-13-2013, 12:38 PM
  4. [SOLVED] Lookup match index multiple values return other columns
    By martypocock in forum Excel Formulas & Functions
    Replies: 25
    Last Post: 11-07-2012, 10:57 PM
  5. Index / Match function to return row with Governing Values
    By Campbe69 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-06-2012, 03:31 PM
  6. Replies: 7
    Last Post: 06-09-2011, 05:25 PM
  7. Lookup 2 possible values within INDEX/MATCH function.
    By Pete123abc in forum Excel General
    Replies: 2
    Last Post: 06-07-2011, 10:51 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