Transpose columns to rows with spaces

G

Guest

I have:

name
address
phone#
(empty cell)
name
address
phone#

I need:

name address phone#
name address phone#

I have a large # of items. Any help would be greatly appreciated.
 
G

Guest

If you data is in column A then in B1 enter:
=INDIRECT("A" & ROW()*4-5+COLUMN())

then copy this formula down columns B, C, and D
 
G

Guest

Thank you for the formula it really helped. I have one more quick ?...now
that I have the data in the format that I want, how can I copy it to another
worksheet for sorting, moving, ect.? Since the cells are referencing the "A"
column, I am not able to work with the data. I really appreciate your help.
It's saving me a massive amount of time.
 
G

Guest

Select all the cels with the transposed data in them and do a copy.

Then go to the othre worksheet or workbook and:

Paste/Special/Values
 
G

Guest

Select the cells that you want to switch.
Click Copy
Select the upper-left cell of the paste area.
The paste area must be outside the copy area.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top