So I have a data file where there are 10 data points in rows 1 - 10, 11 - 20, 21-30, etc.
FirstName
LastName
Address
...
...
How do I transpose this data so I can do something with it? Like 10 columns wide with each record imported below?
First NameLast NameAddress........
Thanks!