PC Review


Reply
Thread Tools Rate Thread

Cross matching .

 
 
RNO
Guest
Posts: n/a
 
      18th Feb 2009
A B C
1 30101 30102 ok
2 30101 30103 ok
3 30101 30104 ok
4 30102 30101 ok
5 30203 30101 not ok
6 30104 30101 ok

please help me for Cross matching A with B Vice versa by EXCEL function.
 
Reply With Quote
 
 
 
 
Pete_UK
Guest
Posts: n/a
 
      18th Feb 2009
I think you want something like this in C1:

=IF(ISNA(MATCH(A1,B:B,0)),"not ok","ok")

and then copy down. You could also put this in D1:

=IF(ISNA(MATCH(B1,A:A,0)),"not ok","ok")

and copy down to look for uniques in column B.

Hope this helps.

Pete

On Feb 18, 12:59*am, RNO <R...@discussions.microsoft.com> wrote:
> * * * * A * * * B * * * * * *C
> 1 * * * 30101 * 30102 * * ok
> 2 * * * 30101 * 30103 * * ok
> 3 * * * 30101 * 30104 * * ok
> 4 * * * 30102 * 30101 * * ok
> 5 * * * 30203 * 30101 * * not ok
> 6 * * * 30104 * 30101 * * ok
>
> please help me for Cross matching A with B Vice versa by EXCEL function.


 
Reply With Quote
 
Teethless mama
Guest
Posts: n/a
 
      18th Feb 2009
=IF(COUNTIF($B$1:$B$6,A1),"ok","not ok")


"RNO" wrote:

> A B C
> 1 30101 30102 ok
> 2 30101 30103 ok
> 3 30101 30104 ok
> 4 30102 30101 ok
> 5 30203 30101 not ok
> 6 30104 30101 ok
>
> please help me for Cross matching A with B Vice versa by EXCEL function.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cross referencing, fidning matching data samjwoods Microsoft Excel Worksheet Functions 4 14th Sep 2009 07:36 PM
Cross Matching? Daniel Microsoft Access 0 8th Sep 2009 06:26 PM
Search finds matching filenames but not files with matching content Richard Windows XP General 4 9th Sep 2006 01:33 AM
Finding matching/non-matching rows between two tables (same-but not updated). Mario Microsoft Access Queries 1 7th Aug 2003 01:36 AM
Re: Cross matching data across two columns Allan Rogg Microsoft Excel Worksheet Functions 0 25th Jun 2003 08:38 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:47 AM.