+ Reply to Thread
Results 1 to 7 of 7

look up value from one sheet input to another

  1. #1
    Registered User
    Join Date
    10-02-2007
    Posts
    11

    Smile look up value from one sheet input to another

    I have a worksheet where the first tab; Sheet1, contains product numbers in column A and nouns (product names) in Column B.
    the second tab (crazy long name) has product numbers in column A, needs the noun from Sheet1 in column B, and loads more columns.

    How can I get the program to search Sheet1 for the value in all the A cells on the second tab and populate Column B with the corresponding value from Sheet1 ColumnB?

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,318

    Re: look up value from one sheet input to another

    How about a vlookup
    HTH
    Regards, Jeff

  3. #3
    Registered User
    Join Date
    10-02-2007
    Posts
    11

    Re: look up value from one sheet input to another

    =VLOOKUP(A2,Sheet1!$A$2:$B$1849,2,False)

    I tried this but it is just sitting there not executing.

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

    Re: look up value from one sheet input to another

    That would be the correct formula. When you say it is just sitting there do you mean you see the formula in the cell? Or the formula is visible only in the formula bar when the cell is selected but there is no result in the cell?

    If the former you likely have the cell formatted as text. Format to general (or whatever).
    If the latter you likely have calculation set to manual. Set it to Automatic.

  5. #5
    Registered User
    Join Date
    04-09-2011
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: look up value from one sheet input to another

    Try leaving the range_lookup Blank - This worked for me when I used VLUP's

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

    Re: look up value from one sheet input to another

    Omitting the FALSE is equivalent to using TRUE. Not usually a good idea as it can give incorrect results.

    http://www.excelfunctions.net/ExcelVlookup.html

  7. #7
    Registered User
    Join Date
    10-02-2007
    Posts
    11

    DONE: look up value from one sheet input to another

    That would be the correct formula. When you say it is just sitting there do you mean you see the formula in the cell? Or the formula is visible only in the formula bar when the cell is selected but there is no result in the cell?

    If the former you likely have the cell formatted as text. Format to general (or whatever).
    If the latter you likely have calculation set to manual. Set it to Automatic.[/QUOTE]

    I did have the cells formatted as text and have made the changes. It is working for many columns now. In most of the others I get #NA. It is a huge file and I am not going to check if each #NA is corresponding to a number which is not in the referenced file. Thanks for the help

+ 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