I am trying to make a column from 5 other columns of data
each 50 rows long. I think I need to code a subroutine or macro but I'm not sure how to get started. Here's the set up:
Each column is filled with data or "#value!" (when there is no data). Once the #value! is encountered that's the end of the data for that column. (col a-e) Column F is the result I want.
[tt]
A B C D E F
1 data data data data #value! data from a1
2 data data #value! data #value! data from a2
3 data #value! #value! data from a3
4 #value! data from b1
5 #value! data from b2
. data from c1
. data from d1
. data from d2
50
[/tt]
Any suggestions on how to go about this would be greatly appreciated.
each 50 rows long. I think I need to code a subroutine or macro but I'm not sure how to get started. Here's the set up:
Each column is filled with data or "#value!" (when there is no data). Once the #value! is encountered that's the end of the data for that column. (col a-e) Column F is the result I want.
[tt]
A B C D E F
1 data data data data #value! data from a1
2 data data #value! data #value! data from a2
3 data #value! #value! data from a3
4 #value! data from b1
5 #value! data from b2
. data from c1
. data from d1
. data from d2
50
[/tt]
Any suggestions on how to go about this would be greatly appreciated.