Hi folks. I'm looking reformat an Excel spreadsheet to basically group items in a horizontal entry instead of vertical.
I have a list of entries in a column, about 10 of them which describe a person. Name, address, etc. The data is produced through a SQL query and stored in Excel.
I would like to reformat the data to have 10 columns of data, with each row containing the person's information.
As I understand it, I need to copy a range of cells and then write them to another worksheet. What I can't do is have them written horizontally, instead of vertically.
Your help is greatly appreciated.