+ Reply to Thread
Results 1 to 3 of 3

VLOOKUP difficulty: I don;t know what I'm doing wrong

Hybrid View

  1. #1
    Registered User
    Join Date
    11-14-2014
    Location
    Paducah, KY
    MS-Off Ver
    2010 & 2013
    Posts
    1

    VLOOKUP difficulty: I don;t know what I'm doing wrong

    I have a price list with vendor part numbers to which I need to add the part numbers that our work Point of sale system recognizes. Here's what I've got

    Sheet 1: Column A: Vendor Part number; Column B: our part number
    Example: Column A: 1AK0107: Column B: X82-520

    Sheet 2: Column A: The column I want to put our number into; Column B: The vendor's part numbers; then more columns with prices, etc

    I want to use a VLOOKUP formula in Column A of sheet 2 to look up our part number and insert it into column A. Thereby giving me one sheet with the part numbers that our computer recognizes and prices to go with them.

    Here's the formula that I'm using in Column one of sheet two: =VLOOKUP(B2,Sheet1!A:B,2,FALSE)

    Why isn't this working?

    Thanks for any help.

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    Win10/MSO2016
    Posts
    12,994

    Re: VLOOKUP difficulty: I don;t know what I'm doing wrong

    To attach a Workbook
    (please do not post pictures or links to worksheets)
    • Click Advanced (next to quick post),
    • Scroll down until you see "Manage Attachments",
    • Click that then select "add files" (top right corner).
    • Click "Select Files" find your file, click "open" click "upload"
    • Once the upload is completed the file name will appear below the input boxes in this window.
    • Click "Done" at bottom right to close the Attachment Manager.
    • Click "Submit Reply"
    Ben Van Johnson

  3. #3
    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
    53,051

    Re: VLOOKUP difficulty: I don;t know what I'm doing wrong

    Based on your sample, it works for me...
    A
    B
    1
    Sheet1
    2
    Vendor Part number our part number
    3
    1AK0107 X82-520
    4
    5
    Sheet2
    6
    The vendor's part numbers
    7
    X82-520 1AK0107

    A7=VLOOKUP(B7,$A$3:$B$5,2,0)

    If you are getting an error answer, check with part numbers you know should match - test them with =EXACT(ref1, ref2), if you get FALSE, check for leading and trailing spaces on both entries, see if you can see any differences betweenthe 2 entries

    If you still have a problem, upload a small (clean) sample workbook (not a pic) of what you are working with, and what your expected outcome would look like.
    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

+ 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 - what am I doing wrong
    By ssmaster in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 10-15-2013, 10:07 AM
  2. [SOLVED] Vlookup what am I doing wrong?
    By jazz56 in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 06-15-2013, 03:13 PM
  3. using vlookup with vba difficulty
    By SOS in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 09-10-2007, 06:35 PM
  4. [SOLVED] VLOOKUP Difficulty
    By Serge in forum Excel General
    Replies: 5
    Last Post: 06-20-2006, 09:55 PM
  5. vlookup, what am I doing wrong?
    By ufo_pilot in forum Excel General
    Replies: 3
    Last Post: 08-09-2005, 01:05 PM

Tags for this Thread

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