Results 1 to 5 of 5

Thread: How to compare two colums in Excel and find the differennce also

  1. #1
    Join Date
    Nov 2011
    Posts
    111

    How to compare two colums in Excel and find the differennce also

    I have two columns, 1 with 3800 entries and 2 with 1500 entries. I want to find the entries which are in column 1 but not in column 2.

  2. #2
    Join Date
    Jun 2011
    Posts
    798

    Re: How to compare two colums in Excel and find the differennce also

    I would d use a formula like this in a helper column:
    Code:
    =isnumber(match(a1,sheet2!a:a,0))
    and drag down.
    True means that a1 appears in sheet2, column A.

  3. #3
    Join Date
    Jun 2011
    Posts
    487

    Re: How to compare two colums in Excel and find the differennce also

    Refer to the following link. The link provides in detail information on the same. Hope this will help.

    How to compare data in two columns to find duplicates in Excel

  4. #4
    Join Date
    Jun 2011
    Posts
    635

    Re: How to compare two colums in Excel and find the differennce also

    Perhaps the question has been asked already but nothing has really worked. I have a problem with Excel as follows. I have a parts list in column A (3224 pieces). I came up a parts list in column B (3423 pieces). Now I need a formula or macro in the column C which parts of the outputs in column B or more in it are in column A are not present. I've tried a Macro but it has not worked very well and there was the problem since the parts are mixed up and scan it or check must be the whole column a and then b and then compare what did not work.

  5. #5
    Join Date
    Jul 2011
    Posts
    640

    Re: How to compare two colums in Excel and find the differennce also

    The answer is VLOOKUP. This function can shower the first column of a table can be searched for a keyword. Lookup worksheet returns N if it is not the search term. You write the formula in column C - which looks something like this:= VLOOKUP (B1, $ A $ 1: $ A $ 3224, 1, False). You will receive a return value of the Item no. (Which I hope is unique It could not otherwise) if the search term was found in column B. I do not know how much and 'more practical comparison' of 2 columns at a time, with the 'set date, compare columns 3 would be to create additional columns 6 and 4 are 12 additional columns compare .

Similar Threads

  1. Where can I find a good tool to compare two data folders
    By Raksha in forum Windows Software
    Replies: 8
    Last Post: 09-08-2012, 11:51 AM
  2. How to compare text string of two different columns in Excel
    By Chini mao in forum Windows Software
    Replies: 3
    Last Post: 06-01-2012, 04:50 PM
  3. Formula to compare two dates in Excel
    By zaid in forum Windows Software
    Replies: 3
    Last Post: 15-10-2009, 05:30 PM
  4. Compare two Excel Worksheets on Mac
    By Claudius in forum Windows Software
    Replies: 2
    Last Post: 10-06-2009, 10:46 PM
  5. Compare two Excel files
    By Bull50 in forum Software Development
    Replies: 4
    Last Post: 06-04-2009, 07:14 PM

Tags for this Thread

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
  •  
Page generated in 1,714,026,006.55167 seconds with 17 queries