+ Reply to Thread
Results 1 to 3 of 3

How to Match Values Between 2 Sheets & Copy Corresponding Data ?

  1. #1
    Registered User
    Join Date
    12-18-2012
    Location
    Copenhagen
    MS-Off Ver
    Excel 2003
    Posts
    2

    How to Match Values Between 2 Sheets & Copy Corresponding Data ?

    I have a sheet (SHEET1) with a EAN code and a empty column I need to get a colour into from sheet 2.

    I have to match EAN codes in Sheet 1, (Column X) with Sheet 2(Column E) and then pull the description from the corresponding row in Sheet 2(Column D).

    I am sure I can use the VLOOKUP formular but I dont know how to input the code?

    =VLOOKUP(lookup_value,table_array,col_index_num,range_lookup)

    Any help appreciated!!

  2. #2
    Registered User
    Join Date
    12-18-2012
    Location
    Copenhagen
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: How to Match Values Between 2 Sheets & Copy Corresponding Data ?

    I made it a little easier but still can not get it to work!

    I need the Value in column X to be matched with column AQ (AQ6:AQ13555) and need the function to retrieve the description of the corresponding row in column AR (AR6:AR13555)

    =VLOOKUP(X6;AR6:AR13555;AR6:AR1355;FALSE)

    Please !!

  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,047

    Re: How to Match Values Between 2 Sheets & Copy Corresponding Data ?

    =vlookup(x6;ar6:ar13555;1;false)
    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)

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