CODE
The CODE
function in Google Sheets returns the numeric Unicode map value of the first character in the string provided.
Function Syntax and Parameters
Syntax: CODE(string)
Parameters:
string
: The string or cell reference containing the character to evaluate.
Step-by-Step Tutorial
- Using
CODE
with a string:- Example:
=CODE("A")
- Result:
65
- Example:
Use Cases and Scenarios
- Character Analysis: Determine the Unicode value of a specific character.
- Encoding: Convert characters to their Unicode values for encoding purposes.