This how-to guide includes 3 topics for NUMBERSTRING, covering formula field creation, parameter format review, and example verification; all 3 topics are available without membership.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Create a formula field and call NUMBERSTRING | Free |
| 2 | 2. Review the parameter format | Free |
| 3 | 3. Write and verify an example | Free |
How-to Guide
1. Create a formula field and call NUMBERSTRING
Entry path: Add Field → Formula
- Open the multidimensional table that you want to edit.
- Click Add Field.
- Select Formula as the field type.
- Enter a formula that includes
NUMBERSTRINGin the formula editor. - Click Confirm to save and check whether the field result appears immediately.
Success Criteria
- Interface result: A new formula field appears in the table.
- Next action available: You can continue editing the formula or reviewing the calculated result.
- No side effect: Existing source fields are not directly overwritten.
Tips While Using
- Common mistake: If you choose a plain text field instead of a formula field, the calculation will not run.
- Environment note: You need permission to edit fields in the current multidimensional table.
2. Review the parameter format
Entry path: Formula Editor → Function Library → NUMBERSTRING
- Open the formula editor in the multidimensional table.
- Go to the function library and find
NUMBERSTRING. - Review the function parameter format.
- Fill in the parameters according to the format shown in the editor.
- Return to the formula input area and check that brackets, separators, and references are complete.
Success Criteria
- Interface result: You can see the NUMBERSTRING function name and its parameter format.
- Next action available: You can continue entering the full formula based on the displayed format.
Tips While Using
- Common mistake: Missing brackets or incomplete separators can cause formula errors.
- Environment note: Different field types can affect how references are used in the formula.
3. Write and verify an example
Entry path: Formula Field → Edit Formula
- Enter
=NUMBERSTRING(target range)or the corresponding field reference in the formula field. - Confirm that the referenced data contains numeric content that can be converted.
- Save the formula and review the result.
- Change the source data and check whether the formula field updates at the same time.
- Combine NUMBERSTRING with other functions when needed.
Success Criteria
- Interface result: The formula field shows the converted text result.
- Next action available: After source data changes, the result updates automatically.
Tips While Using
- Common mistake: Referencing incompatible content can return an error.
- Environment note: When nesting other functions, confirm that the outer function is compatible with text output.