Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 465
Default Find and report matching numbers in two worksheets


Hi

I'm still having trouble with this one.

I have a column of numbers from A1 downwards. In a second worksheet , I
have another lot of numbers in column A.

I need a formula which will tell me which numbers in Sheet1 are also
present anywhere in Sheet2 , and which aren't. Perhaps by marking
'Match' or 'No Match' against the numbers in Sheet1.

Any help appreciated.

Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Find and report matching numbers in two worksheets

Try this on sheet1 B1:

=IF(COUNT(MATCH(A1,Sheet2!A:A,0)),"Match","No Match")

Copy down as needed


--
Biff
Microsoft Excel MVP


"Colin Hayes" wrote in message
...

Hi

I'm still having trouble with this one.

I have a column of numbers from A1 downwards. In a second worksheet , I
have another lot of numbers in column A.

I need a formula which will tell me which numbers in Sheet1 are also
present anywhere in Sheet2 , and which aren't. Perhaps by marking 'Match'
or 'No Match' against the numbers in Sheet1.

Any help appreciated.

Thanks.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 465
Default Find and report matching numbers in two worksheets

In article , T. Valko
writes
Try this on sheet1 B1:

=IF(COUNT(MATCH(A1,Sheet2!A:A,0)),"Match","No Match")

Copy down as needed



Hi

OK that's perfect. Worked first time.

Thanks!

Best Wishes

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Find and report matching numbers in two worksheets

"Colin Hayes" wrote in message
...
In article , T. Valko
writes
Try this on sheet1 B1:

=IF(COUNT(MATCH(A1,Sheet2!A:A,0)),"Match","No Match")

Copy down as needed



Hi

OK that's perfect. Worked first time.

Thanks!

Best Wishes


Worked first time.


That's our goal!

You're welcome. Thanks for the feedback!


--
Biff
Microsoft Excel MVP


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
How do I compare data in two worksheets to find matching cells? Gary Excel Discussion (Misc queries) 4 March 2nd 06 09:04 PM
Can't find Report Manager in XP Ant Excel Discussion (Misc queries) 6 November 10th 05 06:33 PM
extract matching text to make report swimmingdogz Excel Discussion (Misc queries) 4 September 30th 05 03:12 AM
Find Matching Records in Two Worksheets kittybat Excel Discussion (Misc queries) 2 April 5th 05 06:51 PM
Find matching records in two worksheets kittybat Excel Discussion (Misc queries) 3 March 30th 05 12:11 AM


All times are GMT +1. The time now is 05:48 PM.

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

About Us

"It's about Microsoft Excel"