+ Reply to Thread
Results 1 to 3 of 3

Adding descriptions to product codes

  1. #1
    Registered User
    Join Date
    04-18-2009
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    4

    Adding descriptions to product codes

    Hi,
    Although I use excel on a regular basis I am by no means an expert but I can do enough to get by at work and create usable and useful spreadsheets.
    Currently at work I am creating several core lists of items that are used in specific operations (I work in a hospital). I have a master list which shows the product code and the description of the item but so far on the core lists I only have the product code without a description. As there are about 1000 lines on the master list I would prefer not to have to trawl through it to copy and paste to the core lists. Is there a macro or something that will automate this and if so how do I set it up?
    I hope someone can help! Thanks in advance.
    Paul.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Adding descriptions to product codes

    Could you perhaps use VLOOKUP ?

    Consider:
    Core List A1 holds Product Code, you want Description in B1:
    Master List is held in Columns A (Product) & B (Description) on sheet called MASTER.

    B1: =VLOOKUP($A1,Master!$A:$B,2,0)

    See XL Help for more info if this is viable approach for you.

  3. #3
    Registered User
    Join Date
    04-18-2009
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Adding descriptions to product codes

    Perfect! Many thanks for that, you have saved me hours of endless copying and pasting.

+ 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