+ Reply to Thread
Results 1 to 4 of 4

Index, Match not working. Can't even get Vlookup to work. Probably ID10T error.

  1. #1
    Registered User
    Join Date
    11-13-2013
    Location
    Richland, Washington
    MS-Off Ver
    Excel 2010
    Posts
    23

    Index, Match not working. Can't even get Vlookup to work. Probably ID10T error.

    Here are the two files. I am trying to get pricing data in the lower M column in the MILNE tab in the T52 file from the Pricing file. Everything keeps coming back #N/A.

    http://tempsend.com/49CC836BB3
    http://tempsend.com/1CD4B311B6

    =INDEX([Pricing.xlsx]Sheet1!$L$1:$L$471, MATCH(C285, [Pricing.xlsx]Sheet1!$E$1:$E$471, 0))

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,748

    Re: Index, Match not working. Can't even get Vlookup to work. Probably ID10T error.

    but the number you are looking up in
    28053 for example
    does not exist in
    [Pricing.xlsx]Sheet1!$E$1:$E$471

    most are #value because of the formula looking up a blank

    so where it does not find a match it returns #N/A
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Index, Match not working. Can't even get Vlookup to work. Probably ID10T error.

    Hi Alias,

    The "values" in column E of your Pricing workbook are text, not numeric. (Using functions like RIGHT, MID, etc. convert numbers to text.)

    The "values" in column C of your T52 workbook are numeric. So you're trying to match a number with text. Won't work. To fix you could change the formulas in column E of the Pricing workbook from

    =RIGHT(C1,LEN(C1)-1)

    to

    =RIGHT(C1,LEN(C1)-1)+0

    Adding zero to the formula will coerce the text value to numeric, and your INDEX/MATCH will work properly. You could instead convert the values in column C of the T52 workbook to TEXT format, but you'd have to update each cell (F2, Enter).

  4. #4
    Registered User
    Join Date
    11-13-2013
    Location
    Richland, Washington
    MS-Off Ver
    Excel 2010
    Posts
    23

    Re: Index, Match not working. Can't even get Vlookup to work. Probably ID10T error.

    Thanks! That solved it. Didn't even have to F2 anything.

+ 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] Vlookup/Index, Match - Not working after so many rows.
    By Alias1431 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-05-2013, 02:51 PM
  2. [SOLVED] display last non empty cell text - VLOOKUP, INDEX, MATCH not working :(
    By salomip13 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-26-2013, 03:17 AM
  3. Replies: 2
    Last Post: 05-24-2013, 09:32 AM
  4. Replies: 3
    Last Post: 05-02-2013, 01:31 AM
  5. [SOLVED] Vlookup & Hlookup at same time - Why is this Index+Match formula not working
    By fabrice.usa in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-24-2012, 06:46 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