Excel data from Column to Row

  • Thread starter Thread starter Kevin
  • Start date Start date
K

Kevin

I've got a bunch of data that is all in a single column.
Is there any way to get it to display in a row??

I just basically want to take data from b3->c2, b4->d2, b5-

Thanks in advance

Kevin
 
Kevin...

Copy then:

Edit > Paste Special > Transpose (bottom left)

Cheers
Juan
 
One way ..

Put in C2: =OFFSET($B$2,COLUMN(A:A),)

Copy C2 across as required ..
 
Try Copy, Paste Special, Transpose
-----Original Message-----
I've got a bunch of data that is all in a single column.
Is there any way to get it to display in a row??

I just basically want to take data from b3->c2, b4->d2, b5-

Thanks in advance

Kevin
.
 

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

Back
Top