I have two columns of data that I would like to transpose them to rows as follows. Column A contains repeated data which the number of occurrence varies while the data in column B is unique. I've attached an excel spreadsheet, which shows the data in column A & B from which I would like to transpose to the data in column F to Y. Can anyone help do it with VBA? Many thanks!
A B
1 001-011102 A00120395
2 033-018835 A00123014
3 033-018835 A00123016
4 033-018835 A00123019
5 033-019060 A00126362
↓
F G H
2 001-011102 A00120395
3 033-018835 A00123014 A00123016 A00123019
4 033-019060 A00126362
Bookmarks