techie2013
New Member
- Joined
- Aug 8, 2013
- Messages
- 34
I have two column with almost same data. However, a few IDs are missing in one column.
Here is my example:
Column A-Column B
3.1.1-3.1.1
3.1.2-3.1.2
4.1.1-4.1.1
4.1.2-4.1.3
4.1.3-5.1.1
5.1.1-5.1.2
5.1.2-5.1.4
5.1.3-5.1.5
5.1.4-
5.1.5-
I know it is easy to tell that in Col B, 4.1.2 and 5.1.3 are missing. However, I have 600 rows to look at. So how do I do that using a UDF or a Macro?
Thanks
Here is my example:
Column A-Column B
3.1.1-3.1.1
3.1.2-3.1.2
4.1.1-4.1.1
4.1.2-4.1.3
4.1.3-5.1.1
5.1.1-5.1.2
5.1.2-5.1.4
5.1.3-5.1.5
5.1.4-
5.1.5-
I know it is easy to tell that in Col B, 4.1.2 and 5.1.3 are missing. However, I have 600 rows to look at. So how do I do that using a UDF or a Macro?
Thanks