Forum Discussion

lucaa1355's avatar
lucaa1355
Copper Contributor
Jun 30, 2021
Solved

How do I export text from several cells into one cell with double space?

  Hello, I have a list of first and last names (thousands) in excel in column form and I would like (for an artistic creation) to be able to put them all on one continuous line and separate them wi...
  • SergeiBaklan's avatar
    Jun 30, 2021

    lucaa1355 

    If on Excel 365 that could be done by one formula

    =CONCAT(TRANSPOSE(names & " "))

    Taking into account Lorenzo comment.

Resources