UNICODE

Formula Explanation

Returns the number (code point) corresponding to the first character of a text.

Formula Syntax

Enter in the result column: UNICODE(text / column number)

The UNICODE function syntax has the following argument:

  • Text (required): The text for which you want the Unicode value.

Usage Example

Return the Unicode value for the text in column EV2 and write the result in column EV3.

EV3 = unicode(EV2)

unicode

Last Updated: