I have data in the first column of a sheet:

A
B
C
D
etc.

I now need to create rows with 2 columns where the first row has A B, the second row C D, etc.

It needs to do this until no data is available anymore.

Any pointers? Thanks in advance!