You can concatenate cell values or combine them with a delimiter to create a series.
USM Content
Users on an Enterprise plan can use AI to generate formulas. Подробнее.
Пользователи с разрешениями уровня редактора также могут создавать и изменять формулы в незаблокированных ячейках таблицы.
Create a simple formula to concatenate text
If you want to combine text from two or more cells into a different cell (concatenate the values), you can do this with a simple formula.
- Click on the cell in which you want the result.
- Press = (the equal sign).
- Click the first cell you want to refer to in the join and press + (the plus sign).
- Click the second cell you want to refer to (to join the values together) and press Enter.
See the examples below to get a sense of the possible ways you can combine cell data.
Alternatively, you can use the JOIN function to combine cell values (including numbers) into a text string. Подробнее о функции MAX.
Concatenation formula examples
The following examples concatenate the Task Name values from the sheet shown in the following image.

Concatenate the Task Name value from row 1, a space, and the Task Name value from row 2:
= [Task Name]1 + " " + [Task Name]2
Result: First Task Second Task
When you join cell values, you can use delimiters to separate the values in the range:
= [Task Name]1 + "-" + [Task Name]2
Result: First Task-Second Task
= [Task Name]1 + "," + [Task Name]2
Result: First Task,Second Task
If no delimiter value is included, the values from the range will be joined without spaces:
= [Task Name]1 + [Task Name]2
Result: First TaskSecond Task
Остались вопросы?
The Formula Handbook describes 100+ formulas and includes a glossary of all Smartsheet functions. Use it to practice working with popular and advanced formulas and functions in real time.
Изучить примеры того, как эту функцию применяют другие пользователи Smartsheet, или задать интересующий вопрос можно в Сообществе Smartsheet.