Alligning two collums
Posted by Sander Visser on August 18, 2001 6:02 AM
Hi,
This one already bothers my for years.
Suppose you have two collums of data. The first twelve rows in the first collum containts the names of all 12 months of the year perfectly sorted from january to december. The first four rows of the second collum contains the names of 4 random months.
Now I would lake to have the months in the second collum on the same row as in the first collum (so that I would have 8 empty rows in the second collum).
The end reslut would be for example
Columm 1:
January
February
March
April
etc...
Collum 2:
(empty)
February
(empty)
(empty)
etc...
Is there any quick way to do this?????