Does anyone know of a way to get Excel to do what is shown in the below example
A | B
================================
Apple | Pie
Apple | Sauce
Apple | Juice
Banana | Smoothie
Banana | Split
into this structure?
A | B | C | D |
==================================================
Apple | Pie | Sauce | Juice |
Banana | Smoothie | Split | |
I have been searching online and can't find a supported way so far, I want to know if there is a supported way first before I try writing some VBA code to do it.
The usual paste special > transpose does not give this format, because it is not supposed to.
I obviously want to automate this for a large dataset.