Batch string concatenation in Excel

后端 未结 12 2098
猫巷女王i
猫巷女王i 2020-12-16 10:31

I have a couple hundred of cells in Excel I would like to concatenate into a single string. Is there a simpler method of doing this than going through them one by one manual

12条回答
  •  旧巷少年郎
    2020-12-16 11:06

    If you have Excel 2016, you can use an array formula:

    Enter

    =concat(a1:a255)

    into the cell, then press

    [ctrl]+[shift]+[enter]

提交回复
热议问题