Hi,
I have data in Column A & D that has three types of values
1. Duplicate
2. Value exists in Column A but not in Column D
3. Value exists in Column D but not in Column A
I need a vba code to separate values in these three categories and insert 00000 after #1 and 11111 after #2 as separator. Below is example:
Column A
Apple
Orange
Orange
Apple
Banana
Grapes
Column D
Apple
Orange
Orange
Apple
Mangoes
Watermelon
Seeds
Result:
Apple
Orange
00000
Banana
Grapes
11111
Mangoes
Watermelon
Seeds
I would appreciate the help![]()
Bookmarks