Splitting single column into multiple columns 1000 rows per column
问题 I have an extremely large column of data that I want to split into multiple columns of 1000 rows each. I have combed the internet for any possible answer, and am unable to find a solution. Example: Columns Before I want to take the above column and split it into multiple columns of 3 rows, so that it resembles: Columns After I realize something like this would require a script. Any ideas? I've done it in Excel before, but not Google Sheets. 回答1: =ARRAYFORMULA(VLOOKUP(TRANSPOSE(SEQUENCE