The ASC function converts full-width ASCII and Katakana characters to their half-width counterparts.  All standard-width characters remain unchanged by the ASC function.

Parts of a ASC function

=ASC(text)

PartDescription
textThe text to convert to half-width characters.

Sample formula

ASC("カタカナ")

Example

AB
1Formula
2=ASC(“グーグル”)