Cwillson
New Member
- Joined
- Oct 1, 2015
- Messages
- 36
- Office Version
- 2019
- Platform
- Windows
Hi all,
I am currently using the following VBA script to transform a single column of data, with cells that include comma separated values, into a single column of unique values;
I now want to convert two columns of source data, with cells that include comma separated values, into a single column of unique values, but have had no success in editing the script.
Sample Data:
Can anyone suggest how I can go about doing this please?
Thanks,
Chris
I am currently using the following VBA script to transform a single column of data, with cells that include comma separated values, into a single column of unique values;
I now want to convert two columns of source data, with cells that include comma separated values, into a single column of unique values, but have had no success in editing the script.
Sample Data:
A (source dataset 1) | B (source dataset 2) | C (result) |
---|---|---|
4567, 8456, 46 | 5, 89 | 5 |
12, 46, 7865 | 9999 | 12 |
100, 8956 | 46 | |
12 | 89 | |
7865 | 100 | |
4567 | ||
7865 | ||
8456 | ||
8956 | ||
9999 |
Can anyone suggest how I can go about doing this please?
Thanks,
Chris
Last edited: