Is it possible for the column to be set as ‘single line of text’ and in the calculated value portion somehow grab the value from column 1 and column 2?
So the list looks like this:
“col1 text here”, “col2 text”, “col1 text here col2 text”
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you just want to concatenate the text of the two columns, the formula
should do what you want. For a bit more complex example, if the column names have spaces in them and you want a space as a separator, use
Or you can use the elaborate concatenate operator
If this is not what you want at all, please rephrase the question. 🙂