+ Reply to Thread
Results 1 to 5 of 5

How to match a value from a list and then paste the results

  1. #1
    Registered User
    Join Date
    06-25-2012
    Location
    Chicago
    MS-Off Ver
    Excel 2003
    Posts
    5

    How to match a value from a list and then paste the results

    Here is the Issue. I have two colums, one has a list of my SKUS (colum A) and another has a list of SKUS from another company (colum B) with quantities (colum C). I need the value in A1 to search through Colum B for the that value then paste the Quantity matching in the same row in D1.
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor tlafferty's Avatar
    Join Date
    04-08-2011
    Location
    United States, Tacoma, WA
    MS-Off Ver
    Excel 2010, Excel 2013 Customer Preview
    Posts
    1,112

    Re: How to match a value from a list and then paste the results

    Put this formula in D1 and fill down:
    =VLOOKUP(A1,$B$1:$C$230,2,FALSE)
    If your question has been satisfactorily addressed, please consider marking it solved. Click the Thread Tools dropdown and select Mark thread as solved.
    Also, you might want to add to the user's reputation by clicking the star icon in the lower left corner of the post with the answer- it's why we do what we do...

    Thomas Lafferty
    Analyst/Programmer

  3. #3
    Registered User
    Join Date
    06-25-2012
    Location
    Chicago
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: How to match a value from a list and then paste the results

    This is the result i get #N/A

  4. #4
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: How to match a value from a list and then paste the results

    Then there is no match.

    See my example.

    I added the blue cell.

    The result is in the yellow cell.
    Attached Files Attached Files
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  5. #5
    Registered User
    Join Date
    06-25-2012
    Location
    Chicago
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: How to match a value from a list and then paste the results

    See attached file, why will the vlookup not match any values. If you control find the number its does have a corresponding value

    ---------- Post added at 12:27 PM ---------- Previous post was at 12:26 PM ----------

    The VLOOKUP does not work here and I Cannot figure it out. Please help.

+ 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