I have an Excel file which contains two sheets. Both contains some data. I have to find common records of the two sheets(i.e., records which are present in both sheets). I can do it manually, but is there any tools/functions which exist to do this?
|
|
You might be able to use VLOOKUP depending on how complex your key structure is. |
|||
|
|
|
You can covert it .csv and there are lots of options If you have access to Unix you can run If you have access to If the files are not very big try - http://neil.fraser.name/software/diff_match_patch/svn/trunk/demos/demo_diff.html You can put your text into the two boxes and run a diff using a proven diff algorithm [Myer's diff] If you are Windows you can use WinDiff or WinMerge - http://winmerge.org/ . I personally use WinMerge as it can diff directories. Hope this helps. |
|||
|
|
|
This tool CompareIt does a good job at visually showing differences. It knows Excel natively. |
|||
|
|
|
There are several formulas you can use in Excel depending on what you want to do. The formulas all require a single-column key on both tables that they use to match rows. If you don't have a single-column key, then you need to create one. For example, if your data is in B2 to H500 and the key is the first three columns, create your single-column key in cell A2 with The main two formulas I would use in Excel are If you want to see info from table 2 in table 1, use If you don't want to add anything/or change the existing Excel tables, you can link to them in Access and run a basic query there. (Let me know if you want details on how to do this.) |
|||
|
|
|
It's not free and it might be overkill for your needs, but Beyond Compare has done a great job of comparing Excel sheets for me. |
|||
|
|
|
There is a specialized tool. Excel Diff seems to output result visually. http://www.suntrap-systems.com/ExcelDiff/ Try to consider because there is a trial version. HTH |
|||
|
|