L
Lionel Peach
Hello Group
I am trying to concatenate two columns of about 400 rows of data like
this in to a thrid column.
0/ 1 0/1
0/ 2 0/2
.. .
.. .
.. 127 0/127
1/ 1 1/1
1/ 2 1/2
.. .
.. .
.. 127 1/127
2/ 1 2/1
2/ 2 2/2
.. .
.. .
.. 127 2/127
etc.
What is the easiest way to do this with ONE concatenate() function so
that I don't have to type it 400 times?
Thanks so much
Lionel
I am trying to concatenate two columns of about 400 rows of data like
this in to a thrid column.
0/ 1 0/1
0/ 2 0/2
.. .
.. .
.. 127 0/127
1/ 1 1/1
1/ 2 1/2
.. .
.. .
.. 127 1/127
2/ 1 2/1
2/ 2 2/2
.. .
.. .
.. 127 2/127
etc.
What is the easiest way to do this with ONE concatenate() function so
that I don't have to type it 400 times?
Thanks so much
Lionel