Thread: transpose data
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Hilvert Scheper Hilvert Scheper is offline
external usenet poster
 
Posts: 31
Default transpose data

Hi There,
I would really appreciate some help on the next subject:
How do I transpose This:
1
1
2
2
3
3

To:
1 1
2 2
3 3

This is a (Combined?) Transpose of 1 Column into Rows, where the data
decides how many Columns I need....

Many Thanks in advance!!!