C
carlos.cruz
Hi,
Imagine that the data I want to read and join in column is in a column but
in alternated rows. I mean:
A1 = 'Data1'
A5 = 'Data2'
A10 = 'Data3'
A15 = 'Data4'
...
...
...
and I would like to have another column (ex: Z) with:
Z1 = A1
Z2 = A5
Z3 = A10
...
...
...
Is there a way to do this????
Thanks
SCP
Imagine that the data I want to read and join in column is in a column but
in alternated rows. I mean:
A1 = 'Data1'
A5 = 'Data2'
A10 = 'Data3'
A15 = 'Data4'
...
...
...
and I would like to have another column (ex: Z) with:
Z1 = A1
Z2 = A5
Z3 = A10
...
...
...
Is there a way to do this????
Thanks
SCP