|
|
Subject:
Excel Comparison and/or Comparison Utility
Category: Computers > Software Asked by: napper77-ga List Price: $10.00 |
Posted:
27 Oct 2005 07:05 PDT
Expires: 26 Nov 2005 06:05 PST Question ID: 585637 |
I need a window's based tool or utility that will take two columns in excel (or two separate excel files), compare them and spit out only the differences. Specifically, I have an excel spreadsheet that contains two lists of different sizes (one list in column A of 200 names, the other list in column B of 500 names). I want to compare the two lists and obtain a resultant of only those names that are the same in the two lists. Does anyone know how to perform this comparison in excel or know of a tool or utility that will do this? Thank You! |
|
There is no answer at this time. |
|
Subject:
Re: Excel Comparison and/or Comparison Utility
From: smckeedip-ga on 27 Oct 2005 12:18 PDT |
one way to do it would be to export them both to ascii (text) or csv files say list1.txt, and list2.txt. next, get the "sort" and "diff" utilities from cygwin.com. these are basically unix-like utilities you run from the dos-prompt. then you can perform the following (from a dos prompt) to find the difference between the lists: sort list1.txt > sortedlist1.txt sort list2.txt > sortedlist2.txt diff sortedlist1.txt sortedlist2.txt > difflist.txt |
Subject:
Re: Excel Comparison and/or Comparison Utility
From: smckeedip-ga on 27 Oct 2005 12:29 PDT |
also the comments in question 572385 people talk about a free excel plugin called "duplicate master". never tried it though. |
Subject:
Re: Excel Comparison and/or Comparison Utility
From: napper77-ga on 27 Oct 2005 13:40 PDT |
The 'duplicate master' plugin works great ... it is spot on!! The cygwin.com was a bit confusing, though the suggestion is much appreciated. Thank you for your timely response and help. This is a wonderful service provided by Google. Thank You again! |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |