Hi,
I hope this makes sense, but I need some VBA to count all of the unique items in a list such as:
1
2
3
4,5,6
3
2
1,2,3
As in, some cells will only contain one number but others will contain a number of them in a single cell.
Any help would be greatly appreciated
Thanks