View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Blake Blake is offline
external usenet poster
 
Posts: 11
Default How to combine multiple columns into different cells in one column

I have data in different columns starting with column A going down row 1 thru
14. So column B row 1 thru 14, column C 1 thru 14, etc.

I need to consolidate everything from column a1-a14 to agu1-agu14 into one
column, for example:

a1
a2
a3
..
..
..
a14
b1
b2
b3
..
..
..
b14

etc.

How do I go about doing this?

I tried doing transpose and that didn't work.

I'm using Excel 2007 if that makes a difference.

Thanks
Blake