+ Reply to Thread
Results 1 to 2 of 2

Match EXACT data

  1. #1
    Registered User
    Join Date
    08-06-2009
    Location
    Stockport
    MS-Off Ver
    Not sure
    Posts
    1

    Match EXACT data

    I have a list of about 500 names of customers on an Excel Spreadshet and each has a unique reference number. Each month I will be importing about 40 new customers from another Excel spreadsheet.

    I need to check if the new customers are already on the list of 500 names and the best way is to check by the unique reference number.

    Is there a way to match the new 40 with the full 500 in one go. I looked at the Excel help menu and found 'EXACT' but I could not understand it.

    If this is the correct way, can someone explain step by step.

    Many thanks

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Match EXACT data

    There are so many ways to compare two columns of data.

    If the original codes are in column A on sheet1, and on Sheet2 Column A the shorter list of 50 new codes, in an adjacent column C(?) enter this formula and copy down:

    =IF(COUNTIF(Sheet1!A:A,A1)>0, "old", "NEW")


    Now sort by that column and all your "new" are together, copy them over to Sheet1 in one pass, sort Sheet1 again.

    Done.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

+ 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