+ Reply to Thread
Results 1 to 9 of 9

Vlookup not working

  1. #1
    Registered User
    Join Date
    11-07-2009
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    81

    Vlookup not working

    I'm trying to return some values from one worksheet to another . I tried using both Vlookup & indexmatch . None of them seems to be working for me .I have attached the spreadsheet for the reference . Thanks in advance !

    In Rawdata worksheet , Column Z has " vlookup " & Column " AA" has Index match

    I would also like to know whats causing this problem , because this happens for me most of the times .. Am I using incorrect data type ?

  2. #2
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561

    Re: Vlookup not working

    no attachment... try again?

  3. #3
    Forum Expert darkyam's Avatar
    Join Date
    03-05-2008
    Location
    Houston, TX
    MS-Off Ver
    2013
    Posts
    2,191

    Re: Vlookup not working

    Without seeing the workbook, it's impossible to know for certain, but my first thought is that the lookup values are not quite the same. "Chicago" and "Chicago " are not equivalent in Excel, for example. Check lookup list and lookup values to make sure that one of them doesn't have trailing spaces. hth

  4. #4
    Forum Guru romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    A1
    MS-Off Ver
    Most
    Posts
    12,302

    Re: Vlookup not working

    You may also be looking up numbers stored as text against numbers stored as numbers (or vice versa) - that's another common issue.
    Remember what the dormouse said
    Feed your head

  5. #5
    Registered User
    Join Date
    11-07-2009
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    81

    Re: Vlookup not working

    Oops , I didn't notice that spreadsheet was not attached properly . Thanks for your responses . Here we go with the attachment
    Attached Files Attached Files

  6. #6
    Forum Guru romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    A1
    MS-Off Ver
    Most
    Posts
    12,302

    Re: Vlookup not working

    Your Master data appears to have a maximum of 6 characters whereas the data you are looking up can have more. Try using:
    =VLOOKUP(RIGHT(B2,6),Master!A:B,2,0)
    but note that not all of the data matches anyway.

  7. #7
    Registered User
    Join Date
    11-07-2009
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    81

    Re: Vlookup not working

    Not all cells are returned with the above formale .

  8. #8
    Forum Guru romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    A1
    MS-Off Ver
    Most
    Posts
    12,302

    Re: Vlookup not working

    As I said, not all of them have a match. Can you give me an example of one you think should match, but doesn't?

  9. #9
    Registered User
    Join Date
    01-28-2010
    Location
    Belfast
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Vlookup not working

    look at your emplyee number on raw data compared to master page,,, on raw data the numbers start with 00 zero zero.
    in fact, go through your info, try ctrl & f on your master sheet for some numbers you are looking to use in vlookup, they are not found.

+ 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