+ Reply to Thread
Results 1 to 4 of 4

checking two lots of data for any differences

  1. #1
    Forum Contributor
    Join Date
    12-30-2008
    Location
    Woking, England
    MS-Off Ver
    Excel 2007
    Posts
    197

    checking two lots of data for any differences

    Hi,

    I need to make sure that the two sets of data i have highlighted in yellow and blue are completely the same. Please can some one write a formula that will flag a cell next to the blue column indicating that there is a difference between that of the blue and the yellow columns individual row.

    Please see the attached

    Thanks

    Sam
    Attached Files Attached Files
    Last edited by 3smees23; 06-04-2009 at 05:59 AM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: checking two lots of data for any differences

    One way:

    F1: =REPT("Difference",VLOOKUP(D1,A:B,2,0)<>E1)
    copied down

    or if the rows correlate at all times (ie Ax=Dx) then

    F1: =REPT("Difference",B1<>E1)
    copied down
    (ie remove VLOOKUP element)

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

    Re: checking two lots of data for any differences

    Put this formula in F1 and copy down, or C1 if you want it in the middle. It will give you TRUE/FALSE for matches/misses.

    =A1&B1=D1&E1
    _________________
    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!)

  4. #4
    Forum Contributor
    Join Date
    12-30-2008
    Location
    Woking, England
    MS-Off Ver
    Excel 2007
    Posts
    197

    Re: checking two lots of data for any differences

    Cheers Guys

+ 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