I've seen a few threads appear with this question but I feel that they may have been mislabeled; I am not trying to condense multiple rows into one long row; instead, I need to transpose multiple columns into one long row.
For example, I have the data
A1 A2 A3 A4
B1 B2 B3 B4
C1 C2 C3 C4
D1 D2 D3 D4
And I need it to display like this:
A1 B1 C1 D1 A2 B2 C2 D2 A3 B3 C3 D3 A4 B4 C4 D4
Any assistance would be very helpful. Thanks in advance!
Bookmarks