In a column of type formula, the function CONCAT () concatenates the contents of several columns between them, having the possibility of joining text.
Formula
CONCAT (Column1, "", Column2, "-", Column3)
I can concatenate as many columns as I want
Example
CONCAT (First Name, "", Name, "-", Customer Code)
Comments
0 comments
Please sign in to leave a comment.