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. Speaking for myself, …

  2. 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 question is how do I …

  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 and Does Not Equal To | MrExcel Message Board

    Sep 18, 2014 · Hi all, Just wondering if anyone knows how to return a value in index and match, that is not equal to a value in another cell or range of cells. My...

  5. 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 for your …

  6. 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 list of …

  7. 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 instead of 0 Thanks …

  8. Index match ignoring zero values (help) - MrExcel

    Feb 19, 2009 · Index match ignoring zero values (help) pujo May 19, 2019 blanks formula ignore index values

  9. Preserve Formatting When using INDEX () and MATCH ()

    Nov 3, 2008 · My index () Match () formula is looking at column "A" and filling in the rest of the contents of the found row into row 14 on "Master" The only problem is that they don't look like above, because …

  10. 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 update with "Dynamic …