+ Reply to Thread
Results 1 to 2 of 2

Excel 2007 : Linking Cells and Adjacent Data From a Different Workbook when a Value is Entered

  1. #1
    Registered User
    Join Date
    07-11-2011
    Location
    Jacksonville, FL
    MS-Off Ver
    Excel 2007
    Posts
    5

    Question Linking Cells and Adjacent Data From a Different Workbook when a Value is Entered

    Can someone please help me?

    I need to make a spreadsheet, so when I enter a product number, it will link from a source workbood the product description, and price.

    For example: (See Attached)

    When I enter a number into the Item # Column on Product Info(attached) spreadsheet, I want the Product Description, and List Price to be copied from their respective cells in the source spreadsheet - All Products (attached).

    Please let me know if you need me to clarify better.

    Thanks for your help.
    Attached Files Attached Files

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Linking Cells and Adjacent Data From a Different Workbook when a Value is Entered

    Try:

    =IF(A13="","",VLOOKUP($A13,'[All Products.xlsx]Sheet1'!$A$8:$I$15,2,FALSE))

    and

    =IF(A13="","",VLOOKUP($A13,'[All Products.xlsx]Sheet1'!$A$8:$I$15,5,FALSE))

    each copied down.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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