+ Reply to Thread
Results 1 to 6 of 6

How would I automatically search: Price List

  1. #1
    Registered User
    Join Date
    10-14-2010
    Location
    BC Canada
    MS-Off Ver
    Excel 365
    Posts
    77

    How would I automatically search: Price List

    Hi

    I have one sheet that has a list of part numbers (sheet 1)
    A
    1 123
    2 231
    3 123


    In a different sheet I have prices (sheet 2)
    A B
    1 123 $20
    2 231 $5
    3 321 $0.5


    How would I automatically search sheet 2 for the matching part number and put the price next to the part in sheet 1


    Thanks

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    re: How would I automatically search: Price List

    In A2 place a VLOOKUP() function

    =VLOOKUP(A1,Sheet2!$A$1:$B$100,2,0)

    change the Sheet2 to your actual sheet's name and change the 100 to the last row of your list on that sheet. It is preferable to name your list's name and use that name in your formula.

    With the corrected references in the formula you can drag it down as far as needed.

  3. #3
    Registered User
    Join Date
    10-14-2010
    Location
    BC Canada
    MS-Off Ver
    Excel 365
    Posts
    77

    re: How would I automatically search: Price List

    Thanks

    Now same question but is it possible to do it from a different file?

    Thanks in advance

  4. #4
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    re: How would I automatically search: Price List

    Give it a try.

  5. #5
    Registered User
    Join Date
    10-14-2010
    Location
    BC Canada
    MS-Off Ver
    Excel 365
    Posts
    77

    re: How would I automatically search: Price List

    Sweet deal it works!

  6. #6
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    re: How would I automatically search: Price List

    Did you try it with the source document closed?

+ 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