+ Reply to Thread
Results 1 to 3 of 3

Index/Match Issue

  1. #1
    Forum Contributor
    Join Date
    09-11-2013
    Location
    Huntsville, AL
    MS-Off Ver
    Excel 2007
    Posts
    180

    Index/Match Issue

    I have always used concatenate to do a lookup on multiple fields, however, today I saw someone use an Index and Match to find two different fields of data. I am not quite there yet, so I was wondering if someone could help me with the data in the workbook to fill in the missing formula.
    Attached Files Attached Files

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,366

    Re: Index/Match Issue

    it's array formula you have to hold down ctrl+shift+enter not just enter

    =IFERROR(INDEX(Data!$E$2:$E$25,MATCH(After!A3&After!B3,Data!$A$2:$A$25&Data!$B$2:$B$25,0)),"")
    -> if done right the formual would be enclosed with curly {} braces
    becomes
    {=IFERROR(INDEX(Data!$E$2:$E$25,MATCH(After!A3&After!B3,Data!$A$2:$A$25&Data!$B$2:$B$25,0)),"") }
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

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

    Re: Index/Match Issue

    hi greggpetersen75. as an alternative, try this in C3:
    =SUMIFS(Data!C$2:C$25,Data!$A$2:$A$25,$A3,Data!$B$2:$B$25,$B3)

    if you don't want to see zeros, try:
    =IFERROR(1/(1/SUMIFS(Data!C$2:C$25,Data!$A$2:$A$25,$A3,Data!$B$2:$B$25,$B3)),"")

    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

+ 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] MATCH-INDEX issue
    By vichisov in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 04-17-2013, 12:59 PM
  2. Index-Match Issue (I Think)
    By rormis in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-24-2012, 05:43 AM
  3. [SOLVED] Index and match issue
    By Excel-Access in forum Excel General
    Replies: 3
    Last Post: 07-17-2012, 08:25 AM
  4. index match (issue)
    By step_one in forum Excel General
    Replies: 5
    Last Post: 05-16-2011, 02:58 PM
  5. Index and match issue
    By esupply in forum Excel General
    Replies: 4
    Last Post: 03-11-2010, 12:12 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