Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
adrianh33
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.newusers
Bernie Deitrick
 
Posts: n/a
Default 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" wrote in message
...
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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
combining multiple rows of data into one single row of data myersjl Excel Worksheet Functions 0 March 30th 06 10:39 PM
how do I lookup data based on two columns of data bttreadwell Excel Worksheet Functions 2 November 19th 05 03:54 AM
how to split data into columns and arrange the resulting data jack Excel Discussion (Misc queries) 1 November 11th 05 11:20 PM
comparing columns of data john mcmichael Excel Worksheet Functions 1 September 1st 05 04:35 PM
Macro to Synchronize data frm svrl workbooks & columns to 1 workbo jbsand1001 Excel Discussion (Misc queries) 1 April 28th 05 10:42 AM


All times are GMT +1. The time now is 09:33 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"