changing rows insted of columns

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello

I have an excel sheet with some information on it which has 3 column but
lots of rows. I prefer to change order (reversing the information on column
and rows). Is it possible?

Thanks
BHR
 
Look at TRANSPOSE function.

It is possible but remember you only have 256 columns so if your number of
rows is greater than this, a simple transposition will not work.

Can you let us know the exact range of data and how you want them transposed.
 
Look at TRANSPOSE function.

It is possible but remember you only have 256 columns so if your number of
rows is greater than this, a simple transposition will not work.

Can you let us know the exact range of data and how you want them transposed.
 
Hi

Select your range, and copy it.

Select a cell as leftmost upper corner of new datarange (NB! old and new
datarange must NOT intersect), and then PasteSpecial with Transpose checked.
 
Hi

Select your range, and copy it.

Select a cell as leftmost upper corner of new datarange (NB! old and new
datarange must NOT intersect), and then PasteSpecial with Transpose checked.
 

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