Use CONCATENATE through 3 how-to topics, all available without membership; choose a topic from the index and follow the entry path and steps.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Create a formula field and call CONCATENATE | Free |
| 2 | 2. Review the argument format and enter the formula | Free |
| 3 | 3. Use a sample formula and check the result | Free |
How-to Guide
1. Create a formula field and call CONCATENATE
Entry path: Add Field → Formula
- Open the WPS multi-dimensional table that you want to edit.
- Click Add Field on the toolbar.
- Select Formula as the field type.
- Enter a formula that includes
CONCATENATEin the formula editor. - Click Confirm to save the settings.
Success Criteria
- Interface result: A new formula field appears in the table.
- What you can do next: You can continue editing the formula and view the calculated result.
Tips While Using
- Common mistake: If you do not choose the Formula field type first, you cannot enter a function formula.
- Environment note: You need edit permission for the current table.
2. Review the argument format and enter the formula
Entry path: Formula Editor → Function Library → CONCATENATE
- Open the function library in the formula editor.
- Select
CONCATENATEto review its syntax. - Enter arguments in the following format:
CONCATENATE(
[argument1],
[argument2],
...
)- Add multiple text values, numbers, or field references as needed.
- Check the parentheses, commas, and argument order, then save the formula.
Success Criteria
- Interface result: The full function structure appears in the formula editor.
- What you can do next: After saving, you can return to the table and review the result.
Tips While Using
- Common mistake: Missing commas or parentheses can cause a formula error.
- Environment note: Argument content should match the data type used in the current field.
3. Use a sample formula and check the result
Entry path: Formula Field → Edit Formula
- Select the formula field that you already created.
- Enter a sample formula such as
=CONCATENATE(target range). - Click confirm and return to the record view.
- Check whether the formula field shows the joined text result.
- Change related data and review whether the result refreshes automatically.
Success Criteria
- Interface result: The formula field displays the joined text result.
- What you can do next: After source data changes, the result updates accordingly.
Tips While Using
- Common mistake: If the argument reference is incorrect, the result may be blank or return an error.
- Environment note: A formula field is a calculated field, so the result is generated automatically by the formula.