Cells to columns

  • Thread starter Thread starter craiglittleperth
  • Start date Start date
C

craiglittleperth

Hi,

Easy I know, but i just can't get.

I have a list of names, A1:A100, and i want these to run across the
top of my sheet as column titles. i.e. A1:CV1

can any one help.

Thanks

Craig
 
Select A1:A100
Edit|Copy
Select B1 (can't use A1)
Edit|paste special|transpose
Delete column A if you don't need it.
 
Copy>Paste Special>Tranpose.

You can't overlap so paste to A2 then delete the original Column A.


Gord Dibben MS Excel MVP
 
in B1:

=OFFSET($A$1,COL(A1),0)

copy along the first row...
Erny








- Show quoted text -

Thank you so much for your help. solved a real head ache.

Craig
 
Typo patrol...........

Should read B1, not A2.........sheepish grin.


Gord
 

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