+ Reply to Thread
Results 1 to 4 of 4

vLookUp problem. can't figure out a table

  1. #1
    Registered User
    Join Date
    12-03-2012
    Location
    Mississauga, Onatrio
    MS-Off Ver
    Excel 2003
    Posts
    8

    vLookUp problem. can't figure out a table

    I'm trying to do a vlookup on sheet "Product List". I have to look up all the matching part numbers in column A on "sheet2"

    Once I find all matching part numbers I need to update the HTS codes in column F of sheet "Product List" with the respective HTS code in column C of sheet2.

    I've tried vlookups, Match, Lookup. I can't figure out what process will get me my answer.

    Guru's, please any help?
    Attached Files Attached Files

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

    Re: vLookUp problem. can't figure out a table

    Hi EX650R,

    A standard VLOOKUP should work just fine, e.g.

    =VLOOKUP(B2,Sheet2!A:D,3,0)

    You will get an #N/A error in any row where the lookup value from column B is not found in column A on Sheet2. In your sample data, row 111 works (code 1005072).

  3. #3
    Registered User
    Join Date
    12-03-2012
    Location
    Mississauga, Onatrio
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: vLookUp problem. can't figure out a table

    Thanks a lot Paul.

    The Guru's on this forum work Magic with Excel!

  4. #4
    Forum Expert
    Join Date
    11-28-2012
    Location
    Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    2,394

    Re: vLookUp problem. can't figure out a table

    I tested match()using the "text" version of the leftmost 7 digits for product code in sheet2 and gave me some matches

    disregard the smaller version (485K)
    Attached Files Attached Files
    Last edited by rcm; 01-25-2013 at 05:04 PM. Reason: add info

+ 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