Search : in
By :

Compare 2 excel sheet and combine uniq data

Last answer on Aug 30, 2009 9:44:33 am BST rina, on Jun 11, 2009 7:14:55 am BST 
 Report this message to moderators

Hello,

I have 2 excel sheets , A and B. There are redundant data in both sheets as well as uniq.
All i want is to combine both with no redundant records. (A+B-Redundant= Uniq complete data)

Thanks,
Rina

Best answers for « compare 2 excel sheet and combine uniq data » in :
How to freeze a row in an excel sheet ShowHow to freeze a row in an excel sheet To freeze a line in an excel sheet, for example line 1: Select line 2. Go to menu Window¯ and select Freeze panes¯.
Create an Attendance Report with Excel sheet ShowCreate an Attendance Report with Excel sheet Issue Solution Issue In the case you want to create an attendance report with Excel , here below you will find a nice example: Consider that your report will have the following...
How to convert Excel into PDF? ShowHow to convert Excel into PDF? Here is a small tips about how to convert your excel files into PDF for your presentation. Step 1 PDF995 is software that gets installed on your computer which enables you to print any sources of document to...
Spreadsheets - The Excel Interface ShowExcel Introduction Microsoft Excel is the spreadsheet in the Microsoft Office office suite. To start it, simply click on the appropriate icon in the Start menu (in Windows) or click on an Excel file (that has an .xls file extension). A Excel...

1

rina, on Jun 11, 2009 7:17:25 am BST
  • +1

Forgot to add in, I cant copy and paste and then filter 'uniq' coz the total data is more 68000, which is more than 65K rows per sheet.
If can i need help of using the IF(...) command..
thanks.. :-)

Reply to rina

2

MCAL, on Jun 15, 2009 5:25:06 pm BST

Without going into a lot of details, there are several ways to combine specific data from numerous sources of RAW DATA. The easiest way (once you understand how) would be to use Microsoft Access. Here you will need to use the 'help options' for the specific process; but what your will be doing is "mapping" two or more documents together which share 1 categories of redundant information (i.e. NAME, PART NUMBER, etc.).

For example, if each worksheet has a persons NAME, along with another columns or information. you would map the NAME in each worksheet, then select the additional fields you want captured in your output. Besides the Access Help engine, you can repost your help request here under 'mapping & Linking).






If you want to stay in Excel, try using a Index Match statement.

=INDEX(SheetA!C:C,(MATCH($A2,SheetA!A:A,0)))


Type this formula in a blank cell within the row/entry you are comparing. This formula will look in SheetA through all data within column A. If data is matched to the identifier ($A2), it will then copy the data entered in column C (number or text). #N/A is reported if no match is found.

SheetA

Part1 $2 A xxx
Part2 $3 B yyy
Part2 $4 V zzz

Sheet B

Part1 50 MN type your formula
Part2 60 WI type your formula
Part2 70 MO type your formula

The cell with the formula will collect "A","B" and ,'V" from the first sheet.
Copy and change the formula to collect data from which columns you want (skip the redundant/superfluous ones).

For best results, lock in your ‘identifier’ cell (in this case $A2)




To utilize a formula solution, data within sheets needs to be organized the same way because you are defining which 'columns' to match and pull information from.

Reply to MCAL

3

 Marc, on Aug 30, 2009 9:44:33 am BST
  • +1

Did you try XLComparator ?
http://www.xlcomparator.net
This free tool will help you to identify redondant datas in both sheets

Reply to Marc