View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Walter Walter is offline
external usenet poster
 
Posts: 78
Default Copying Columns of Data to Rows

I have two columns of data and want the first column in a certain row and the
second column in a few rows below the first but in the same column since the
information is related. For example:

Col A Col B
1xxxx 1yyyy
2xxxx 2yyyy
3xxxx 3yyyy

I want it like this

Col F Col G Col H
Row10 1xxxx 2xxxx 3xxxx
Row15 1yyyy 2yyyy 3yyyy

Does that make sense?