ASC Function Explained
The ASC
function in Microsoft Excel returns the ASCII value of the first character in a text string. It takes one argument, text
, which is a text string whose first character’s ASCII value is to be returned.
ASC Function Syntax
ASC(text)
- text: The text for which you want the ASCII value.