About 50 results
Open links in new tab
  1. Excel Vlookup Index Match - Excel Tips - MrExcel Publishing

    Apr 2, 2002 · If you've been reading Excel tips for a while, you have invariably found someone who talks about using Excel INDEX () & MATCH () functions instead of Excel VLOOKUP. …

  2. How to make INDEX and MATCH formula return blank instead of 0

    Jun 25, 2005 · Hi: The formula =INDEX(WhoDoesIt,MATCH(A2,MainAccount,0)) returns 0 when there is a blank cell in the INDEX range. How can I adapt formula so Excel return blank …

  3. INDEX and MATCH returning #N/A | MrExcel Message Board

    Jun 10, 2013 · Hi, I'm attempting (and failing) to create a sheet that pulls data from another sheet to automatically populate once a cell has information entered into it. I've tried VLOOKUP and …

  4. Index Match + Data Validation | MrExcel Message Board

    May 30, 2023 · Thank you. I have the following excel function =IFNA (INDEX (DD_T,MATCH ('FORM'!G12,D_L,0),2),"") In my other sheet named "Form", when I user select a value from a …

  5. INDEX MATCH, but how to exclude a specific range from the search?

    Jan 30, 2021 · I´ve used the following function to find the lowest value in range J4:J15. =INDEX(H4:J15;MATCH(MIN(J4:J15);J4:J15,)1) It works perfectly. Thank you very much! I …

  6. Return a Blank instead of #N/A and/or 0 with INDEX/MATCH

    Jun 1, 2019 · Trying to return a blank instead of a #N/A or 0 with INDEX and MATCH. Formula Below... =INDEX(Data[GC],MATCH([Product Key],Data[Product Code],0)) Thanks in advance …

  7. Using Index Match function with IF based on certain criteria

    Sep 17, 2020 · Good afternoon excel guru's, I have a formula that currently works which looks returns a value based on another cell, as follows; =INDEX(A:A,MATCH(B2, C:C,0)) My …

  8. Sort not working correctly when using Index Match Formula

    Feb 18, 2022 · Hi, I am using an index/match formula to return values off a pivot table. I then have added in another column which sums up the total. However, when I click on sort in the total …

  9. INDEX/MATCH and #SPILL! Error workaround? - MrExcel

    Nov 11, 2015 · I have been using the conjunction of INDEX and MATCH formulas for nearly 6 years now and it has worked PERFECT for auditing data up until Microsoft did its recent …

  10. Concatenate with Index & Match | MrExcel Message Board

    Mar 9, 2014 · Evening all Is there a way to concatenate to columns (last name - Column A first name - Column B) with Index & Match. Example Sheet1 Last Name First Name id Smith John …