Overview
Grammar | CODE(text) | Returns a numeric code for the first character in a text string. The returned code corresponds to the character set used by your computer. |
Parameter 1 | text | Text or referenced cell for which you want the numeric code of the first character |
Notes
The function supports one text-type parameter.
Example
Formula | Result | Notes |
---|---|---|
CODE("S") | 83 | |
CODE("Spreadsheet") | 83 |