Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Cross referencing, fidning matching data

Hi,
I need to search between two sets of names to cross reference and find any
matches. The data will not have been formulated from elsewhere it will just
be lists of names (either on the same sheet or separate whichever is easier).
Is there a way to do this with Excel?
Thanks for any responses,
Sam Woods
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Cross referencing, fidning matching data

With your first list in Sheet1 Column A and the second one in Sheet2 Column A
;use the below formula in Sheet1 cell B1 and copy down. This will return
'Match found' if a match is found in Sheet2

=IF(ISNA(MATCH(A1,Sheet2!A:A,0)),"","Match found")

If this post helps click Yes
---------------
Jacob Skaria


"samjwoods" wrote:

Hi,
I need to search between two sets of names to cross reference and find any
matches. The data will not have been formulated from elsewhere it will just
be lists of names (either on the same sheet or separate whichever is easier).
Is there a way to do this with Excel?
Thanks for any responses,
Sam Woods

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 523
Default Cross referencing, fidning matching data

If you had the first list of names in column A and the second in column C
then put this in B1 and copy down:

=COUNTIF(C:C,A1)

and this is D1 and copy down

=COUNTIF(A:A,C1)

Anywhere the result is not 0 means you have a match.


"samjwoods" wrote:

Hi,
I need to search between two sets of names to cross reference and find any
matches. The data will not have been formulated from elsewhere it will just
be lists of names (either on the same sheet or separate whichever is easier).
Is there a way to do this with Excel?
Thanks for any responses,
Sam Woods

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 91
Default Cross referencing, fidning matching data

How do I modify this for my situation. I have a a master list of bus route
numbers. I have two lists from separate consultants showing desired changes.
I want to see which routes the consultants agree need to be changed. I
think I need to use and or or but I don't know.



"Jacob Skaria" wrote:

With your first list in Sheet1 Column A and the second one in Sheet2 Column A
;use the below formula in Sheet1 cell B1 and copy down. This will return
'Match found' if a match is found in Sheet2

=IF(ISNA(MATCH(A1,Sheet2!A:A,0)),"","Match found")

If this post helps click Yes
---------------
Jacob Skaria


"samjwoods" wrote:

Hi,
I need to search between two sets of names to cross reference and find any
matches. The data will not have been formulated from elsewhere it will just
be lists of names (either on the same sheet or separate whichever is easier).
Is there a way to do this with Excel?
Thanks for any responses,
Sam Woods

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 91
Default Cross referencing, fidning matching data

This was very helpful although I used these together. I wanted a formula
next to the master list that looked at both sub-lists to see if there was a
match. I ended up using both of these formulas into one formula and if the
answer was 2 then there was a match between the two sub-lists. Thank you for
your help.

"Sam Wilson" wrote:

If you had the first list of names in column A and the second in column C
then put this in B1 and copy down:

=COUNTIF(C:C,A1)

and this is D1 and copy down

=COUNTIF(A:A,C1)

Anywhere the result is not 0 means you have a match.


"samjwoods" wrote:

Hi,
I need to search between two sets of names to cross reference and find any
matches. The data will not have been formulated from elsewhere it will just
be lists of names (either on the same sheet or separate whichever is easier).
Is there a way to do this with Excel?
Thanks for any responses,
Sam Woods

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
cross referencing data CP Excel Discussion (Misc queries) 3 April 25th 09 05:20 AM
Cross-Referencing Data VK Excel Discussion (Misc queries) 0 August 8th 08 05:07 PM
Cross Referencing two data worksheets and desciphering differences EricZ Excel Worksheet Functions 1 March 26th 08 06:56 PM
Cross Referencing Data and Pasting mehare Excel Discussion (Misc queries) 0 August 18th 06 02:59 PM
Cross referencing data across different workbooks Luke Excel Discussion (Misc queries) 1 August 8th 06 10:19 PM


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