+ Reply to Thread
Results 1 to 4 of 4

Need to see if there is a data match on sheet 1 with data in sheet 2

  1. #1
    Registered User
    Join Date
    04-08-2013
    Location
    Atlanta, Ga
    MS-Off Ver
    Excel 2013
    Posts
    2

    Need to see if there is a data match on sheet 1 with data in sheet 2

    I'm thinking that I'm doing something wrong since I'm very new to Excel. Basically I want to see if any of the LDAP ID listed on sheet 2 are located on sheet 1. I've tried the match and vlookup formulas but I do not see the correct data.

    Any assistance would be appreciated.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    09-01-2012
    Location
    Norway
    MS-Off Ver
    Office 365
    Posts
    2,844

    Re: Need to see if there is a data match on sheet 1 with data in sheet 2

    Here is an implementation of MATCH. Did it both ways.
    Attached Files Attached Files
    <----- If you were helped by my posts you can say "Thank you" by clicking the star symbol down to the left

    If the problem is solved, finish of the thread by clicking SOLVED under Thread Tools
    I don't wish to leave you with no answer, yet I sometimes miss posts. If you feel I forgot you, remind me with a PM or just bump the thread.

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: Need to see if there is a data match on sheet 1 with data in sheet 2

    Hi and welcome to the forum

    In D2, copied down...

    =IFERROR(VLOOKUP(C2,Sheet2!$A$2:$A$125,1,FALSE),"")
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Registered User
    Join Date
    04-08-2013
    Location
    Atlanta, Ga
    MS-Off Ver
    Excel 2013
    Posts
    2

    Re: Need to see if there is a data match on sheet 1 with data in sheet 2

    Thank you so much. I just need to practice this a couple of times.

    Thanks again

+ 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