Row to Column

D

DrewBe

I need to take the headings from a sheet and create a row for each heading.

How can I do this programatically or using a formula. Each heading will be
a row. I should return somewhere around 432 rows when complete.
 
E

Eduardo

Hi,
Highlight the headings, copy, go to the cell where you want to copy, paste
special, transpose
 
G

Gilbert

Try the following formula

=INDEX($C$2:$F$2,ROW()-ROW($H$2)+1)

Replace c2 with the first header (i.e. $A$1) and f2 with the last header.
H2 is the first row for your first header. Be sure to make it absolute just
like the example.
 
D

DrewBe

I don't neccessarily want to do this for 432 seperate times. Can I do this
once then drag this to Autofill?
 

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