Returns the numeric value corresponding to the first character of the specified text value.
Syntax
Copy Code
|
|---|
CODE( Text text ) → Integer |
If text is empty, that is, contains no characters, the function returns zero.
Formula
Copy Code
|
|---|
=CODE("M") |