Help Centre › Functions & Formulas
For a full list of available calculation functions, please read What calculation functions are supported.
Description
The UNICODE function replaces all special characters with the UNICODE counterpart.
Syntax
UNICODE(text)
The UNICODE function syntax has the following arguments:
- text: Required. The text string for which you want to return the Unicode value.
Example
| Formula | Description | Result |
| =UNICODE("A") | Returns the Unicode value for "A". | 65 |
Errors
For a full list of formula errors, please read Formula errors.