Forum Discussion
lucaa1355
Jun 30, 2021Copper Contributor
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...
Cheugy
Jun 30, 2021Copper Contributor
lucaa1355 In column B, enter =A1&" ", drag the formulas down. In column C, use =CONCAT(highlight the referenced cells). See example. You can also copy cells, paste special, and hit the transpose check box. Hope that helps
lucaa1355
Jul 01, 2021Copper Contributor
Thank you very much, it works!! Best regards