Cwillson
New Member
- Joined
- Oct 1, 2015
- Messages
- 36
- Office Version
- 2019
- Platform
- Windows
Hey folk,
Column A in my worksheet consists of cells which contain comma separated numeric strings. I need to convert all these individual numeric strings into a single column of unique values.
For example;
Thanks!
Column A in my worksheet consists of cells which contain comma separated numeric strings. I need to convert all these individual numeric strings into a single column of unique values.
For example;
A (source data) | B (result) | |
---|---|---|
4567, 8456, 46 | 12 | |
12, 46, 7865 | 46 | |
4567 | ||
7865 | ||
8456 |
Thanks!