Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Comparing 2 spreadsheets

I'm comparing two spreadsheets with a bunch of names on each. I have to find
a way to see which names are missing on one spreadsheet to the next. For
example, John Smith, John Anderson, and Mike Smith might be on both
spreadsheets, but Larry Smith might only be on one. How do I filter out which
ones are missing?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Comparing 2 spreadsheets

Are these two sheets in the same workbook? Assuming they are, and that
your names are in column A starting with A1, then put this formula in
B1 of Sheet1:

=IF(ISNA(MATCH(A1,Sheet2!A:A,0)),"Unique","in both sheets")

and this one in B1 of Sheet2:

=IF(ISNA(MATCH(A1,Sheet1!A:A,0)),"Unique","in both sheets")

Copy both formulae down the columns, then apply Autofilter to column B
on each sheet. If you choose "Unique" from the filter pull-down in
each sheet, you will see those names which are only present on that
sheet.

Hope this helps.

Pete

On Aug 28, 3:46*pm, mhan487 wrote:
I'm comparing two spreadsheets with a bunch of names on each. I have to find
a way to see which names are missing on one spreadsheet to the next. For
example, John Smith, John Anderson, and Mike Smith might be on both
spreadsheets, but Larry Smith might only be on one. How do I filter out which
ones are missing?


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
Comparing two different spreadsheets Hyun New Users to Excel 1 May 2nd 08 12:55 AM
Comparing spreadsheets VSExcel Excel Worksheet Functions 2 February 5th 07 11:01 PM
comparing 2 spreadsheets Danny Excel Discussion (Misc queries) 3 July 11th 05 12:56 PM
Comparing Spreadsheets HankHarris Excel Worksheet Functions 1 January 4th 05 09:13 PM
Please Help (Comparing Spreadsheets) Lostinall Excel Worksheet Functions 1 November 23rd 04 08:09 PM


All times are GMT +1. The time now is 09:09 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"