How to Consolidate Data from Multiple Excel Columns All into One Column

前端 未结 6 1158
慢半拍i
慢半拍i 2020-12-09 10:40

Lets say I have an excel sheet with 4 columns of data & 20,000 rows of data in each column.

What is the most efficient way to get it so that I have all of that d

6条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-09 11:28

    Take a look at Blockspring - you do need to install the plugin, but then it's just another function you call like this:

    =BLOCKSPRING("twodee-array-reduce","input_array",D5:F7)
    

    The source code and other details are here. If this doesn't suit and/or you want to build off my solution, you can fork my function (Python) or use another supported scripting language (Ruby, R, JS, etc...).

提交回复
热议问题