+ Reply to Thread
Results 1 to 3 of 3

[Help Needed] vlookup formula

  1. #1
    Registered User
    Join Date
    06-18-2013
    Location
    Los Angles, CA, US
    MS-Off Ver
    Excel 2007
    Posts
    1

    Question [Help Needed] vlookup formula

    Sample file as attached, got the Combo ID column as format "General", and trying to get the case# by matching the Combo ID from the other sheet. However, no matter how to adjust the Vlookup, still get #N/A as result.

    =VLOOKUP(E6, $A$6:$C$30,1,FALSE), return to #N/A


    Also tried:

    1. Tried ID Column "Data – Text to Columns" to remove blank and tab, #N/A
    2. Tried set ID Column format as Text, #N/A.
    3. Tried set ID Column format as Number, #N/A.
    3. Tried =VLOOKUP(Value(E6), $A$6:$C$30,1,FALSE), #N/A.
    4. Tried Multiply all of lookup values by 1.#N/A.

    Thanks.
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: [Help Needed] vlookup formula

    Hi and welcome to the forum

    1st of all, vlookup cannot look "behind itself" - you cannot look for a value in column B and then try to retrieve a value from column A.
    2nd, apart from maybe formatting as text, formatting has no affect on the actual contents of a cell, it is purely cosmetic.

    Try this, copied down...
    =INDEX($A$5:$A$30,MATCH($E6,$B$5:$B$30,0),1)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211

    Re: [Help Needed] vlookup formula

    Try it like this:

    =INDEX(A$6:A$43,MATCH(E6,B$6:B$43,0))

+ 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