Match Function

Vanessa

New Member
Joined
Mar 26, 2006
Messages
23
Hi,

I have data in 2 columns. There are come common values in both Column A & Column B. What I want to do is to find out what all is missing each of the columns.

E.g

Col A ColB
GG BB
CC CC
DD DD
AA FF
ZZ EE


Not sure what the best way to do this is. Should I use Index or Match function.

Thanks,
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Hi Vanessa

You don't say what kind of layout you want for the result and so I don't really understand what solution you need.

If you just want to find them out you ca use in C2:

=IF(COUNTIF($B:$B,A2),"","TRUE")

In D2:

=IF(COUNTIF($A:$A,B2),"","TRUE")

Copy down thse formulas

If this is not what you need, please post an example of the expected output.

Hope this helps
PGC
Book1
ABCDEF
1ColAColBAMissingininBBMissingininA
2GGBB TRUE
3CCCC  
4DDDD  
5AAGGTRUE 
6ZZEETRUETRUE
7
8
Sheet1
 
Upvote 0

Forum statistics

Threads
1,215,474
Messages
6,125,023
Members
449,203
Latest member
tungnmqn90

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top