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

前端 未结 6 1144
慢半拍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:16

    Best and Simple solution to follow:

    Select the range of the columns you want to be copied to single column

    Copy the range of cells (multiple columns)

    Open Notepad++

    Paste the selected range of cells

    Press Ctrl+H, replace \t by \n and click on replace all

    all the multiple columns fall under one single column

    now copy the same and paste in excel

    Simple and effective solution for those who dont want to waste time coding in VBA

提交回复
热议问题