+ Reply to Thread
Results 1 to 2 of 2

Comparing 2 columns of data

  1. #1
    adrianh33
    Guest

    Comparing 2 columns of data

    I am new to using Excel, and need some help.

    I have 2 large columns of data many thousnads of text records, what I would
    like to be able to is compare Column A to B and add missing information from
    column A to column C. I need to be able to see what is misisng to that I
    compile a report using the missing information.

    Is there a way of doing this in Excel

  2. #2
    Bernie Deitrick
    Guest

    Re: Comparing 2 columns of data

    Adrina,

    If you want to find the information that is in column A but not in column B, in cell C2, use the
    formula

    =IF(ISERROR(MATCH(A2,B:B,FALSE)),A2,"")

    and copy down to match your data in column A. Then convert column C to values, and sort column C to
    get rid of the blanks.

    HTH,
    Bernie
    MS Excel MVP


    "adrianh33" <[email protected]> wrote in message
    news:[email protected]...
    >I am new to using Excel, and need some help.
    >
    > I have 2 large columns of data many thousnads of text records, what I would
    > like to be able to is compare Column A to B and add missing information from
    > column A to column C. I need to be able to see what is misisng to that I
    > compile a report using the missing information.
    >
    > Is there a way of doing this in Excel




+ 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