#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
RNO RNO is offline
external usenet poster
 
Posts: 1
Default Cross matching .

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.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Cross matching .

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 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.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,934
Default Cross matching .

You need to provide more information. What are you "matching"? The only
thing I can see about Row 5 that would make it "not ok" is that the 3rd
digits are different. What is the exact rule that make a "match" either "ok"
or "not ok"?

--
Rick (MVP - Excel)


"RNO" wrote in message
...
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.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Cross matching .

=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
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 Checking alish Excel Discussion (Misc queries) 2 January 23rd 08 10:40 PM
Matching identical data using data only once in the matching proce Robert 1 Excel Discussion (Misc queries) 1 June 29th 07 04:22 PM
Help with Matching Text Fields - Then Moving the Matching Cells Side by Side [email protected] Excel Discussion (Misc queries) 2 June 11th 07 02:38 PM
Matching data and linking it to the matching cell yvonne a via OfficeKB.com Links and Linking in Excel 0 July 13th 05 07:30 PM
X=y will not cross 0,0 why tim Charts and Charting in Excel 6 February 2nd 05 10:38 PM


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