How to manipulate an 2D Array into a Column Array?

G

Guest

I have an array containing text words which are in a readable narrative.
The array is A1:CH13 (86 columns X 13 rows) a total of 1118 cells.

The text words read down the column A: (A maximum of 13)
then onto the next column B: which is the beggining of the next line and so
on.

However not all the cells in a given column of 13 are filled up with words.
That is, there are blanks at the end of some lines (columns)

Without using drag and drop 85 times how can I move all the columns
sequentially
into the A: column array so that it is still readable down the row and there
are no blank cells inbetween. The final array should end up A1:A??? where
A??? is < A1118
 
G

Guest

Thanks JMB.
I tried it and it works.
Looks like I will have to learn Visual Basic macros.I was dreading it and
putting it off.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top