The function described in this Help topic converts half-width (single-byte) letters within a character string to full-width (double-byte) characters. The name of the function (and the characters that it converts) depends upon your language settings.
For Japanese, this function changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters.
Syntax
JIS(text)
Text is the text or a reference to a cell that contains the text you want to change. If text does not contain any half-width English letters or katakana, text is not changed.
Example
=JIS("EXCEL")
equals "EXCEL"
=JIS("
")
equals ""