Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
kittymis
 
Posts: n/a
Default Comparing two Excel sheets

Is it possible to compare wo sheets of data in excel.

Example

Column A sheet 1 contains various names (members)
Column B sheet 2 also contains various names.

The names are not Necessarily in the same order in both columns and are not
all identical.

Is it possible to compare the two column and find the names in common
eventhough they are not in the same order in a 3rd sheet?
  #2   Report Post  
Jezebel
 
Posts: n/a
Default Comparing two Excel sheets

It's possible, but you'd need to do a lot more work on the specification
first. What's the "3rd sheet" ? What *exactly* do you mean by "in common"?



"kittymis" wrote in message
...
Is it possible to compare wo sheets of data in excel.

Example

Column A sheet 1 contains various names (members)
Column B sheet 2 also contains various names.

The names are not Necessarily in the same order in both columns and are
not
all identical.

Is it possible to compare the two column and find the names in common
eventhough they are not in the same order in a 3rd sheet?



  #3   Report Post  
kittymis
 
Posts: n/a
Default Comparing two Excel sheets

By 3rd sheet I meen a blanc sheet displaying the the result of the
comparison. In common refers to the names column A and B shares for instance
if both A and B includes names like Franc, Maria and John I want result of
the comparison to indicate that the result of the comparison are Franc, Maria
and John...

Hopefully you understand my meaning

"Jezebel" skrev:

It's possible, but you'd need to do a lot more work on the specification
first. What's the "3rd sheet" ? What *exactly* do you mean by "in common"?



"kittymis" wrote in message
...
Is it possible to compare wo sheets of data in excel.

Example

Column A sheet 1 contains various names (members)
Column B sheet 2 also contains various names.

The names are not Necessarily in the same order in both columns and are
not
all identical.

Is it possible to compare the two column and find the names in common
eventhough they are not in the same order in a 3rd sheet?




  #4   Report Post  
Dave Peterson
 
Posts: n/a
Default Comparing two Excel sheets


I'd create a new worksheet (sheet3?)
Back to sheet1.
select column A and copy|paste into A1 of sheet3

Then back to sheet2 and copy the data to the bottom of that new list (avoid the
header rows).

Now you have a big old giant list (with duplicates on sheet3).

Select sheet3
select columns A
Data|filter|advanced filter
check unique records only
and choose "Copy to another location"

Use B1 for that output range.

Debra Dalgleish has some nice instructions at:
http://www.contextures.com/xladvfilter01.html#FilterUR

Delete column A (since we're done with it).

Tnen in B1, put this: On Sheet 1
In C1, put this: On Sheet 2

In b2, put this:
=isnumber(MATCH(a2,sheet1!a:a,0))

In C2, put this:
=isnumber(MATCH(a2,sheet2!a:a,0))

Now drag those formulas down

Select columns A:C
Data|filter|autofilter

You can filter to show which names are on both (show true for both columns)

Which ones are on one, but not the other (show true for one column and False for
the other).

If you have any that show False for both columns, you've made an error.

kittymis wrote:

Is it possible to compare wo sheets of data in excel.

Example

Column A sheet 1 contains various names (members)
Column B sheet 2 also contains various names.

The names are not Necessarily in the same order in both columns and are not
all identical.

Is it possible to compare the two column and find the names in common
eventhough they are not in the same order in a 3rd sheet?


--

Dave Peterson
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
Using Access database to "populate" Excel Sheets maacmaac Excel Discussion (Misc queries) 1 September 19th 05 05:06 PM
Opening multiple Excel files that contain varied selected sheets MLBrownewell Excel Worksheet Functions 0 September 14th 05 05:48 PM
Updating, Deleting and inserting rows over two Excel Sheets Dilip Mistry Excel Worksheet Functions 0 July 25th 05 07:09 PM
Updating Excel Data on Multiple Sheets Juana Cafe Excel Worksheet Functions 3 February 28th 05 09:04 PM
hot to access deleted information in excel sheets Goeran Zaengerlein Excel Discussion (Misc queries) 3 January 18th 05 09:41 AM


All times are GMT +1. The time now is 06:52 AM.

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

About Us

"It's about Microsoft Excel"