Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 78
Default how to compare data in two different work sheets

I have two different spreadsheets both contains names of companies, both may
contain same companies names. I want to find the same company names in both
work sheets.....
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 594
Default how to compare data in two different work sheets

This can be a real problem Melanie. If the two lists were made by different
folks, or even the same person at different times, the "same" companies may
be spelled differently, or have different punctuation, such as Co or Co. or
INC...etc etc........one thing you might can do is to copy and paste both
lists into one, and then sort on the address column(s) if any, or ZIP code
or something like that to sorta group similar named companies
together.........then go through and delete by hand..........

hth
Vaya con Dios,
Chuck, CABGx3



"Melanie" wrote in message
...
I have two different spreadsheets both contains names of companies, both

may
contain same companies names. I want to find the same company names in

both
work sheets.....



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default how to compare data in two different work sheets

=IF(ISERR(SMALL(IF(COUNTIF(Sheet2!$A$2:$A$300,Shee t1!$A$2:$A$300)<0,ROW(INDIRECT("1:"&ROWS(Sheet1!$ A$2:$A$300)))),ROWS($1:1))),"",INDEX($A$2:$A$300,S MALL(IF(COUNTIF(Sheet2!$A$2:$A$300,Sheet1!$A$2:$A$ 300)<0,ROW(INDIRECT("1:"&ROWS(Sheet1!$A$2:$A$300) ))),ROWS($1:1))))

Adjust your range to suit
ctrl+shift+enter, not just enter

"Melanie" wrote:

I have two different spreadsheets both contains names of companies, both may
contain same companies names. I want to find the same company names in both
work sheets.....

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
Manual control of link updating for downloaded quotes? dk_ Excel Discussion (Misc queries) 9 November 15th 06 01:04 PM
How to make userform work publically with hidden sheets? Zigball Excel Discussion (Misc queries) 7 October 25th 06 03:30 PM
How to make userform work publically with hidden sheets? Zigball Excel Worksheet Functions 7 October 25th 06 03:30 PM
macro unouwanme Excel Discussion (Misc queries) 9 August 31st 06 09:38 PM
Pie Diagram from data across multiple work sheets Harry Charts and Charting in Excel 4 May 1st 05 02:27 AM


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