This section includes 3 how-to topics for entering the function, completing text joining with parameters, and checking results or fixing errors; use the How-to Index to jump to the right steps.
How-to Index
| # | Topic | Membership |
|---|---|---|
| 1 | 1. Enter the TEXTJOIN function | Free |
| 2 | 2. Set parameters and complete text joining | Free |
| 3 | 3. Check results and fix common errors | Free |
How-to Guide
1. Enter the TEXTJOIN function
Entry point: Sheets Formulas tab → formula bar
- Open WPS Sheets and select the cell where you want the result to appear.
- Type
=in the formula bar or directly in the cell. - Continue by typing
TEXTJOIN(. - Review the syntax prompt that appears, then continue with the parameters in order.
Success Criteria
- UI state: The cell enters formula input mode and shows a syntax prompt related to
TEXTJOIN. - Next actions: You can continue entering the delimiter, whether to ignore empty values, and the text arguments.
Tips While Using
- Common mistakes: If you do not start with
=, the content is treated as plain text instead of a formula.- Environment limits: You need to enter the formula in an editable spreadsheet cell.
2. Set parameters and complete text joining
Entry point: The target cell after =TEXTJOIN( has been entered
- In the first parameter position, enter the delimiter, such as a space, comma, or other text.
- In the second parameter position, enter whether empty values should be ignored, such as
TRUE. - In the remaining parameters, enter the text, cells, or ranges to combine.
- Check that commas and parentheses are complete.
- Press Enter to confirm the formula.
Success Criteria
- UI state: The target cell displays the joined text result.
- Next actions: You can select the cell again and edit the parameters in the formula bar.
- No side effects: The original source cells are not overwritten.
Tips While Using
- Common mistakes: Missing commas between parameters or an unclosed parenthesis can cause a formula error.
- Environment limits: When you reference a range, confirm that the cell range is correct.
3. Check results and fix common errors
Entry point: Result cell → formula bar
- If the result shows an error, first confirm that the function name is spelled
TEXTJOIN. - Check whether the delimiter, Boolean parameter, and text arguments are in the correct order.
- Check whether the referenced cells contain unexpected content or blank values.
- If needed, edit the formula and press Enter again to recalculate.
Success Criteria
- UI state: The error is cleared and the cell shows a usable result.
- Next actions: You can copy the formula to other cells for similar use.
Tips While Using
- Common mistakes: If the text arguments are entered in the wrong order, the output order may not match your expectation.
- Environment limits: For cross-sheet references, confirm that the worksheet name and range are valid.