Excel like a finance pro.
← The libraryPractice · 2 questions →
Text function
ASC
Converts full-width double-byte characters to half-width single-byte characters.
Rarely usedDifficulty 1300 · ProficientUsage rank #295 of 520
When to use it
Converts full-width (double-byte) letters and digits to half-width. Normalizes Japanese and Chinese input before matching.
The shape of it
- Syntax
=ASC(text)
Worked examples
Letters
=ASC("EXCEL") → EXCEL
Full-width letters to standard.
Digits
=ASC("123") → 123
Full-width digits become normal digits, as text.
To a number
=VALUE(ASC(A2)) → 123
Then convert to a number.
Worth knowing
- Run it on imported Asian-language data before VLOOKUP.
- DBCS goes the other way.
- Latin-only text is unchanged.
Where it goes wrong
- Does nothing visible on systems without a DBCS language.
- Katakana is converted too, which may not be wanted.
Related
Learn the moves here — or let Wauvel run them on your numbers.
Meet your AI CFO →One CFO-grade Excel tip a week
A short, practical email for finance operators — functions, shortcuts, and the moves that save an afternoon. Free, unsubscribe anytime.