I'm in need of combining two columns into one in a specific way.
Here are the columns.
Column A (Items) Column B (Category)
Item 1 Category A
Item 2 Category A
Item 3 Category B
Item 4 Category B
Item 5 Category C
Item 6 Category C
...
What i want to achieve is something like this
Column AB
Category A
Item 1
Item 2
Category B
Item 3
Item 4
Category C
Item 5
Item 6
Please advise as i have a feeling that there is a simple resolution for this issue i just can't find it. Thanks !