Hello, i want to reformat a file from the data being listed in rows to column with the same order, i have been manually copying and pasting, but that will not work now that the file is so large. There are over 2000 entries that need to be moved around. For example, i have:
Item1 A B C D
Item2 1 2 3 4
etc.
And i want:
Item1 A
Item1 B
Item1 C
Item1 D
Item2 1
Item2 2
Item2 3
Item2 4
etc.
How do i do this. I was trying to do the copy-paste special-transpose, but that wasn't working. What do i need to do this?
Bookmarks