In a formula column, the CONCAT() function allows you to concatenate the contents of several columns together, with the possibility of attaching text.
Formula
CONCAT(Column1," ",Column2," - ",Column3)
I can concatenate as many columns as I want
Example
CONCAT(Name," - ",Company)
Configurator