Hey all,
I have about 400 rows of data in Column A in a spreadsheet, and I need to take each individual row (in A) and copy/duplicate it twice, directly below the originals.
For instance:
OLD COLUMN A
1
2
3
...
NEW COLUMN A
1
1
1
2
2
2
3
3
3
...
...
...
Additionally, in Column B I have three different rows that need to be duplicated together, similar to column A. But, Column B should only be "extended" as far as Column A goes.
OLD COLUMN B
X
Y
Z
NEW COLUMN B
X
Y
Z
X
Y
Z
X
Y
Z
...
...
...
Thank you very much for your help!!!
I have about 400 rows of data in Column A in a spreadsheet, and I need to take each individual row (in A) and copy/duplicate it twice, directly below the originals.
For instance:
OLD COLUMN A
1
2
3
...
NEW COLUMN A
1
1
1
2
2
2
3
3
3
...
...
...
Additionally, in Column B I have three different rows that need to be duplicated together, similar to column A. But, Column B should only be "extended" as far as Column A goes.
OLD COLUMN B
X
Y
Z
NEW COLUMN B
X
Y
Z
X
Y
Z
X
Y
Z
...
...
...
Thank you very much for your help!!!