These FAQ entries focus on 3 common NUMBERSTRING topics: formula errors, nested usage, and automatic recalculation, followed by a glossary of key terms.
FAQ
How do I check a NUMBERSTRING error?
- Check whether the function name, brackets, and separators are entered correctly.
- Confirm that the referenced data contains numeric content that can be converted.
- If the formula is nested, test each layer step by step to find the part that causes the issue.
Can NUMBERSTRING be used with other functions?
- Test NUMBERSTRING by itself in a formula field first.
- Then use its result as an argument in another function.
- If the combined formula behaves unexpectedly, split the formula into smaller parts and check each part.
Does NUMBERSTRING recalculate automatically after data import?
- After the formula field is saved, the result updates when the data changes.
- If no result appears after import, first confirm that the formula was saved successfully.
- If the issue continues, check whether the imported field type matches the formula reference.
Glossary
| Term | Definition |
|---|---|
| NUMBERSTRING | A formula function in multidimensional tables that converts numbers into uppercase or lowercase Chinese number text. |
| Formula field | A field type that calculates results automatically from functions or expressions. |
| Parameter format | The required structure of function input, including brackets, separators, and references. |
| Nested usage | Using the result of one function as the input of another function in the same formula. |