Once again vba syntax has defeated me, so hopefully someone can help.
I have data as in the dummy file attached.
The first entry in each column is a label, eg: B2, then the values B3:B7 all belong to B2
I want to reorganize the data into two columns that look like this:
B2 B3
B2 B4
B2 B5
B2 B6
B2 B7
C2 C3
C2 C4
etc. as shown in the attachment
Thank you.
Bookmarks