With data in A1 through C5, in D1 enter:
=OFFSET($A$1,ROUNDUP(ROWS($1:1)/3,0)-1,MOD(ROWS($1:1)-1,3))
and copy down. This will transpose the data into a single column:
It is equally easy to place the data into a single column without transposition.