+ Reply to Thread
Results 1 to 3 of 3

Lookup up from Sheet 1 in Sheet 2 and display additional value in Sheet 1 when match

Hybrid View

  1. #1
    Registered User
    Join Date
    01-31-2013
    Location
    Baltimore, MD
    MS-Off Ver
    Excel 2010
    Posts
    2

    Question Lookup up from Sheet 1 in Sheet 2 and display additional value in Sheet 1 when match

    I have spent a day reading forums and trying different formulas and have decided it is just time to ask.

    Sheet 1 contains over 20000 lines
    Sheet 2 contains 9000 lines

    Column A in sheet 1 contains values to match in Column A of Sheet 2, they are alphanumeric.
    When a match is found, I want the value in column B of Sheet 2 to display in Column B of Sheet 1, next to the matching value in Column A.

    It seems so simple to me but I cannot get anything to work.

    I appreciate assistance from others. Thank you!
    Last edited by azbridgie; 01-31-2013 at 03:25 PM.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Lookup up from Sheet 1 in Sheet 2 and display additional value in Sheet 1 when match

    I would use, in B2 of Sheet1

    =IFERROR(VLOOKUP(A2, Sheet2!$A$2:$B$10000,2, False),"")

    If you are not getting matches that you think you should get, these are the most likely reasons
    1. One is stored as a number and one as text. Check by typing this formula into an empty cell where the value you are interested in is in A12 =ISNUMBER(A12)
    2. One or the other has spaces or other invisible characters before or behind them
    Hope that helps
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    01-31-2013
    Location
    Baltimore, MD
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Lookup up from Sheet 1 in Sheet 2 and display additional value in Sheet 1 when match

    It did work, removing text from post and will update original post. Thank you!
    Last edited by azbridgie; 01-31-2013 at 03:25 PM.

+ 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