After searching through many posts I am unable to work out how to do the following.
I would like to group items by a value in a string(category) this item may belong to more than one group.
Eg
Item Category
1 A
2 B
3 AB
4 CA
Resulting groups I would like
Category Item
A 1
4
B 2
3
C 4
Category may vary in length, I am able to format data in "category" to include a deliminator if required.
Trust I have included enough info .
Thank you in advance for any help you may be able to offer
I would like to group items by a value in a string(category) this item may belong to more than one group.
Eg
Item Category
1 A
2 B
3 AB
4 CA
Resulting groups I would like
Category Item
A 1
4
B 2
3
C 4
Category may vary in length, I am able to format data in "category" to include a deliminator if required.
Trust I have included enough info .
Thank you in advance for any help you may be able to offer