Hi everyone!
I wonder if anyone will be able to help me with the following. I have two columns of data and I am wanting the data in column 2 to start on the next row of column 1.
Column1 Column2
[null] A
B C
D E
F G
And i'm wanting the output to be the following:
Column1 Column2
[null] A
A B
B C
C D
D E
E F
F G
I'm not sure how to go about this, so any help or tips appreciated...Many thanks!