Thread: combine columns
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] tombates@city-net.com is offline
external usenet poster
 
Posts: 13
Default combine columns

I want to combine columns
1st column is
Tom
Dick
Harry

2nd column is
george
1
5

3rd column is
hhh
ajjas
jkajd

The result would be all spreadsheet data in one column
Tom
Dick
Harry
george
1
5
hhh
ajjas
jkajd

Mary