Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
combining multiple rows of data into one single row of data | Excel Worksheet Functions | |||
how do I lookup data based on two columns of data | Excel Worksheet Functions | |||
how to split data into columns and arrange the resulting data | Excel Discussion (Misc queries) | |||
comparing columns of data | Excel Worksheet Functions | |||
Macro to Synchronize data frm svrl workbooks & columns to 1 workbo | Excel Discussion (Misc queries) |