Transpose function

  • Thread starter Thread starter Gordon
  • Start date Start date
G

Gordon

Excel can do transposition from Row to Column and vise versa. Can it
transpose from Row to Sheet?

E.g. from:
Sheet1 A1 10
Sheet1 A2 11
Sheet1 A3 12

to

Sheet2 B1 10
Sheet3 B1 11
Sheet4 B1 12

I use Excel 2003.

Thanks
 
No. This doesn't work. I wanted the other way around: from ROW to
SHEET.

The formaula way is too much work. In general I want to transpose 25
to 30 columns of data with each column has about 150 rows of data to
SHEET.

Can someone help me in VBA to do this?

Thanks again.
 
Back
Top