+ Reply to Thread
Results 1 to 3 of 3

Vlookup / Index (match)

  1. #1
    Registered User
    Join Date
    11-09-2006
    Location
    Kansas, USA
    MS-Off Ver
    2013
    Posts
    76

    Vlookup / Index (match)

    Little problem here with a #N/A error. I have a worksheet with data that was dumped out of a database and another worksheet with a list of hand typed number. I am trying to lookup the hand typed numbers in the worksheet that was dumped from the database. The formulas seem with be correct (below). I think it's because the data types aren't the same becuase if I find the match number in the data worksheet and free type it in the correct data is returned. Any ideas?

    Here's another thing I noticed. If I click in the cell and hit <enter> the alignment changes from left to right and the formula returns the correct value.

    =INDEX(Data!$E$2:$E$53000,MATCH(A30,Data$A$2:$A$53000,0))

    or

    =VLOOKUP(A125,Data!$A$2:$E$53000,5,FALSE)

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    It seems column A is formatted as text...Try selecting column A of the Data sheet and then go to Data|Text to Columns and simply click Finish...
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    11-09-2006
    Location
    Kansas, USA
    MS-Off Ver
    2013
    Posts
    76
    Thanks that did the trick.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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