+ Reply to Thread
Results 1 to 2 of 2

Lookup up part number in 2nd xls, transfer price across

  1. #1
    Registered User
    Join Date
    12-29-2006
    Posts
    2

    Lookup up part number in 2nd xls, transfer price across

    I have two excel spreadsheets. Both have part numbers and prices, but are displayed in a different order. Is there a way to:

    - Do a VLookup on "part number" from first spreadsheet (say B28) to the second (say D5)
    - Once found, transfer the price in first spreadsheet (say D28) to the second (say F5)

    I'd be grateful for any help!

    Simon
    Last edited by wibbler; 12-29-2006 at 11:06 AM.

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by wibbler
    I have two excel spreadsheets. Both have part numbers and prices, but are displayed in a different order. Is there a way to:

    - Do a VLookup on "part number" from first spreadsheet (say B28) to the second (say D5)
    - Once found, transfer the price in first spreadsheet (say D28) to the second (say D7)

    I'd be grateful for any help!

    Simon
    Hi,

    the result of the formula will be in the cell the formula is in, but in D7 of the 2nd,

    =VLookup(D5,Sheet1!B:D,3,False)

    should go close

    note D5 as per the q, would normally be B7

    =VLookup(B7,Sheet1!B:D,3,False)

    would be more normal
    ---
    Si fractum non sit, noli id reficere.

+ 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