Google 表格 - 将列复制到自身

Google Sheets - Make a copy of a column into itself

Table to represent what is wanted

有什么办法可以动态的把左列变成右列吗?

点击您要移动的列,将鼠标悬停在它上面,当手形光标出现时,将其拖动到您想要移动的位置。

尝试

=arrayformula(vlookup(int((row(B:B)+1)/2),{row(A:A),A:A},2))
=ARRAYFORMULA(TRANSPOSE(SPLIT(CONCATENATE(REPT(A1:A5&"",2)),"")))