+ Reply to Thread
Results 1 to 3 of 3

Vba to match item description and copy/paste item code to other sheet

  1. #1
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,122

    Vba to match item description and copy/paste item code to other sheet

    Hi All

    I need assistance with the following:

    I need to search Sheets("ITEM LIST") for the products in Sheets("SUPPLIER BREAKDOWN") and copy then paste the relevant code from Sheets("ITEM LIST") to Column Code in Sheets("SUPPLIER BREAKDOWN").

    I have attached a sample worksheet with example of outcome in Sheets("SUPPLIER BREAKDOWN") .Range("A3") & Range("C3").
    The above example result comes from Sheets("ITEM LIST").Range("A102") & Range("A144")

    Thank you in advance.
    Attached Files Attached Files

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,164

    Re: Vba to match item description and copy/paste item code to other sheet

    Hi sintek,

    This is an Index/Match formula that should work for your problem.
    =IFERROR(INDEX('ITEM LIST'!$A:$A,MATCH(B3,'ITEM LIST'!$B:$B,0)),"")

    See the attached.
    Attached Files Attached Files
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,122

    Re: Vba to match item description and copy/paste item code to other sheet

    MarvinP.....You are a star.

    Thanks so much.

+ 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. a VBA Code that will copy and paste a Row upon selection of an item in a Listbox
    By taffboyo in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-27-2016, 05:24 PM
  2. connecting cells (item no./item description)
    By Star Displays in forum Excel General
    Replies: 4
    Last Post: 06-23-2015, 03:51 AM
  3. [SOLVED] Help with VBA code to match item numbers in column with header then copy cells to matching
    By Jim885 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-21-2015, 09:34 AM
  4. Replies: 2
    Last Post: 10-14-2014, 07:12 AM
  5. Replies: 2
    Last Post: 09-17-2013, 10:09 AM
  6. Replies: 5
    Last Post: 07-26-2011, 10:35 PM
  7. enter item code in one column, automatically get description in ne
    By Shelley Kingston in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-19-2006, 07:35 AM

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