+ Reply to Thread
Results 1 to 4 of 4

vlookup help - returning matching ones with rest of column info

  1. #1
    Registered User
    Join Date
    12-04-2006
    Location
    St. Louis
    Posts
    17

    Cool vlookup help - returning matching ones with rest of column info

    Tab1 has information below with full description. (68k lines)

    ID Harrison Manufacture Material Description Size Product Type Install Type Specification
    001CA0007F Harrison Chicago Area Carbon Steel Sch 40 SA-53B CS CW PIPE T&C 1/2 Pipe Threaded Sch 40
    001CA0009F Harrison Chicago Area Carbon Steel Sch 40 SA-53B CS CW PIPE T&C 3/4 Pipe Threaded Sch 40
    001CA0011F Harrison Chicago Area Carbon Steel Sch 40 SA-53B CS CW PIPE T&C 1 Pipe Threaded Sch 40
    001CA0013F Harrison Chicago Area Carbon Steel Sch 40 SA-53B CS CW PIPE T&C 1-1/4 Pipe Threaded Sch 40


    Tab2 has only ID info (28k lines)

    ID
    001CA0013F
    001CA0015F
    001CA0017F
    001CA0019F
    001CA0021F

    I want to do a vlookup from range on Tab1 and Tab2 and return the ID matched along with the description informaiton found on Tab1? What is the formula. Need lots of help here!

    Thanks,
    Greg

  2. #2
    Forum Contributor
    Join Date
    09-27-2012
    Location
    London, England
    MS-Off Ver
    2003, 2010
    Posts
    344

    Re: vlookup help - returning matching ones with rest of column info

    Please upload a sample workbook as its difficult to make out columns from your textual data...
    If solved kindly remember to mark Thread as solved.
    Click the small star icon at the bottom left of my post if this was useful.

  3. #3
    Registered User
    Join Date
    12-04-2006
    Location
    St. Louis
    Posts
    17

    Re: vlookup help - returning matching ones with rest of column info

    Here is a sampling of my data. Tab1 is called MapProd and Tab2 is called Labor. I want to match data from column 1 MapProd with Labor Column 1 and return on another tab with full description data on MapProd. Let me know if you need more clairification.

    Thanks,
    Greg
    Attached Files Attached Files

  4. #4
    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,936

    Re: vlookup help - returning matching ones with rest of column info

    you can use this in E2, copied down and across...
    =INDEX(MapProd!$A$1:$N$5000,MATCH(Labor!$A2,MapProd!$A$1:$A$5000,0),MATCH(Labor!E$1,MapProd!$A$1:$N$1,0))

    Note: you have a training space Labor G1, the above will show error until you remove that
    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