Trying to identify matches between two columns. Minor tweak needed?

Migalell

New Member
Joined
Jan 7, 2010
Messages
13
Hi All,
I'm trying to identify matches between two colums and I'm so close to getting there! (I think). The only issue that I'm having is the fact that the colums don't contain data that is just numeric. They are both serial numbers, which contain both.

Here's what I've done so far. Example Table:

A---B---C
2--- ---4
3--- ---2
4--- ---3
4a- ---4b
4b- ---4a

What I've done for column B was put this in as the formula and then just filled it on down

Code:
=IF(ISERROR(MATCH(A2,$C$2:$C$692,0)),"",A2)

Once I did that, the sheet looks like this:
A---B---C
2---2---4
3---3---2
4---4---3
4a- ---4b
4b- ---4a

The formula is working, but it's not able to read letters. What do I need to do to modify it?

Thanks so much if anybody helps! :)
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.

Forum statistics

Threads
1,215,040
Messages
6,122,806
Members
449,095
Latest member
m_smith_solihull

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