+ Reply to Thread
Results 1 to 4 of 4

Lookup up items on another sheet.

  1. #1
    Registered User
    Join Date
    06-23-2009
    Location
    Pa
    MS-Off Ver
    Excel 2003
    Posts
    2

    Exclamation Lookup up items on another sheet.

    First it's been forever (5 years) since I've done any scripting and it's not like riding a bike lol.
    I have a long list written twice in 2 worksheets worksheet A has a list with some of the numbers repeated. worksheet B has the same list (none repeated) and another list with new numbers beside it. What I need is to take the new numbers from worksheet B and put them next to their correlating number in worksheet A. With many of the numbers being repeated I need something to identify and repeat the new #. I'd copy and paste and drag etc. but there's about 21,000 numbers to go through. An idea where to get started would be greatly appreciated. Thank you
    Last edited by NBVC; 06-23-2009 at 04:21 PM. Reason: Based on Rep Comments given

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

    Re: IF statement

    Try

    =Vlookup(A2,Sheet2!B:C,2,FALSE) and copy down.

    where A2 contains first number to check in Sheet2 column B and return item in Column C.
    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.

  3. #3
    Registered User
    Join Date
    06-23-2009
    Location
    Pa
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Lookup up items on another sheet.

    Ok I reformatted to my workbooks specs and keep getting the #REF! error. Everything looks ok unless I'm missing something sipmle here's what the formula looks like now

    =VLOOKUP(B6,'Material Cross Reference List'!A:A,'Material Cross Reference List'!B:B,FALSE)

    does something pop out that's screwy to you? Thanks

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

    Re: Lookup up items on another sheet.

    Should probably be:

    =VLOOKUP(B6,'Material Cross Reference List'!A:B,2,FALSE)

+ 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