About 32,000 results
Open links in new tab
  1. 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 …

  2. IF MATCH then return Yes or No | MrExcel Message Board

    Aug 24, 2011 · Hi, I have a fairly simple requirement... search range A11:A441 & if a match is found in range D23:D393 then return "Yes"... if a match is not found then return "No". Any helpers? Thanks!

  3. Match Function Returning "N/A" even though there is a match

    Jun 16, 2017 · I am using a simple match function to find the position of a number. Although the numbers are equal (they are numbers less then 1) the match function still returns "N/A". I even …

  4. 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.

  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. How to make INDEX and MATCH formula return blank instead of 0

    Jun 25, 2005 · 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

  7. INDEX/MATCH Bottom Up Formula | MrExcel Message Board

    Aug 2, 2015 · I am using the following formula using INDEX and MATCH to search a specific text in this list from top to bottom. C2 is the cell that contains the text that needs to be searched in every row of …

  8. Return column letter from match or lookup - MrExcel

    Jun 10, 2009 · How can I return the column letter/cell adress when finding a particular cell using MATCH or LOOKUP. Example: I have a lookup value in cell A1. The range in which I need to search is …

  9. How do I compare just the first 4 characters in two columns

    Apr 18, 2007 · I would like to take the first 4 characters in B1 and compare it to everything from A1 to A1000. If there is a match, I would like put the whole characters from B1 into C1. Thanks!

  10. Why is my index/match returning a 0 sometimes, and an error

    Feb 6, 2017 · Redoing the formula from scratch (aka not just copying it from the column next to it and changing the column number) copying the information again from my 6 source sheets (I copy and …