rajesh2022
New Member
Hello All
We are in the process building a logic which is as follows:
1. We are having 2 columns which contains duplicate values as well. For example
I need to create another column which needs to check for duplicate and add as below : (Expected Output)
Basically i don't want to delete duplicates, but i want to show in another columns,
Can we achieve in VBA? Any guidance would be great
We are in the process building a logic which is as follows:
1. We are having 2 columns which contains duplicate values as well. For example
Name | Value |
Rajesh | Tech Lead |
Ramesh | Supervisor |
Rajesh | Manager |
Rajesh | Store Keeper |
Rob | Manager |
Rob | Store Keeper |
Rob | Tech Lead |
I need to create another column which needs to check for duplicate and add as below : (Expected Output)
Name | Value | Output 1 | Output 2 |
Rajesh | Tech Lead | Manager | Store Keeper |
Ramesh | Supervisor | ||
Rajesh | Manager | Tech Lead | Store Keeper |
Rajesh | Store Keeper | Manager | Tech Lead |
Rob | Manager | Store Keeper | Tech Lead |
Rob | Store Keeper | Manager | Tech Lead |
Rob | Tech Lead | Manager | Store Keeper |
Basically i don't want to delete duplicates, but i want to show in another columns,
Can we achieve in VBA? Any guidance would be great
Attachments
Last edited: