ASC function. Converts full-width characters to half-width characters.(Microsoft Excel)
Converts full-width characters to half-width characters.
How it works
=ASC(Text)
Name | Omission | Explanation |
---|---|---|
Text | Required argument. | Target Text. |
Example Results
It works as follows.
- Characters that do not have a corresponding character are not converted and remain double-byte characters.
- Full-width spaces are converted to half-width spaces.
- Full-width numbers are converted to half-width numbers.
Spill
If any argument is a cell range, the result of the function will be Spill.
---
Discussion
New Comments
No comments yet. Be the first one!