I. Intro
The ASC function converts full-width ASCII characters to half-width characters. Standard-width characters will not be converted.
II. About the function
- Formula: =ASC(text)
- Arguments:
- text (required): Text or a reference to the cell containing the text to be changed.
- Example:
- =ASC("#$%") results in: #$%
- Note:
- If the text doesn't contain any full-width characters, it won't be converted.
- Commonly used to convert Japanese, Korean, and traditional Chinese characters.