+ Reply to Thread
Results 1 to 3 of 3

Matching up multiple part numbers with single price

  1. #1
    Registered User
    Join Date
    10-05-2010
    Location
    Sussex, England
    MS-Off Ver
    Excel 2003
    Posts
    4

    Matching up multiple part numbers with single price

    Hello,

    Hope someone can advise on this as excel certainly isnt my Forte.

    Basically I have a list of part numbers which need pairing up to a price list.

    For example, I have multiple of the same part number on one list, and just the single part number and price on another list.

    Is there a way to pull the price which corresponds with the single part number, into the multiple part number list in a seperate column? Not sure if ive made sense but will give an example...

    sheet 1
    A(part number) B(price)
    KO1500 - blank
    KO1500 - blank
    KO1500 - blank
    KO1500 - blank
    KO1520 - blank
    KO1520 - blank
    KO1520 - blank
    KO1520 - blank
    KO1520 - blank

    sheet 2
    A(part number) B(price)
    KO1500 - 45.95
    KO1520 - 49.95

    Is there a way to pull the price information from sheet 2 into sheet one so it matches all of the same part numbers with the price from sheet 2?

    Or perhaps its easier to copy the multiple part numbers from sheet one to say column C on sheet 2 and then use D to match up the prices, so everything is on the one sheet to do the macro.

    Any thoughts would be greatly appreciated
    Thank you
    Sam
    Last edited by sam_m; 10-05-2010 at 07:43 AM.

  2. #2
    Forum Expert
    Join Date
    11-23-2005
    Location
    Rome
    MS-Off Ver
    Ms Office 2016
    Posts
    1,628

    Re: Matching up multiple part numbers with single price

    In Range B1 of sheet1 put this formula:
    =vlookup(a1,sheet2!a:b,2,0)
    and copy it down.

    Regards,
    Antonio

  3. #3
    Registered User
    Join Date
    10-05-2010
    Location
    Sussex, England
    MS-Off Ver
    Excel 2003
    Posts
    4

    [SOLVED] Re: Matching up multiple part numbers with single price

    Quote Originally Posted by antoka05 View Post
    In Range B1 of sheet1 put this formula:

    and copy it down.

    Regards,
    Antonio
    Antonio, thank you so much, that worked perfectly

    Kind Regards
    Sam

+ 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