How to Use the JIS Function in Excel

JIS function in Excel and Google Sheets

Overview

The JIS function in Microsoft Excel and Google Sheets transforms English letters or katakana from half-width (single-byte) characters to full-width (double-byte) characters within a text string.

Syntax

The syntax for the JIS function is:

JIS(text)
  • text – This is the string that contains the half-width characters you wish to convert to full-width characters.

Example 1

Consider a scenario where cell A1 has the text: “Excel is awesome.”

To convert the half-width English characters to their full-width counterparts, use the formula:

=JIS(A1)

The output will be: “Excel is awesome.”

Example 2

The JIS function can also be applied directly to a text string, not just cell references. For instance:

=JIS("Google Sheets")

This formula will return: “Google Sheets”

Use case

The JIS function is especially valuable in contexts that require the use of full-width characters, such as document preparation for printing or designing engaging presentations in languages that utilize double-byte characters.

Although not typically used for regular data manipulation, the JIS function is incredibly useful for specific localization needs.

More information: https://support.microsoft.com/en-us/office/jis-function-b72fb1a7-ba52-448a-b7d3-d2610868b7e2

Other functions
Returns an array of text values from any specified range
Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters
Converts a number to text, using the ß (baht) currency format
Returns the character specified by the code number
Removes all nonprintable characters from text
Returns a numeric code for the first character in a text string
Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments
Joins several text items into one text item
Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters
Converts a number to text, using the $ (dollar) currency format
Checks to see if two text values are identical
Finds one text value within another (case-sensitive)
Formats a number as text with a fixed number of decimals
Returns the leftmost characters from a text value
Returns the number of characters in a text string
Converts text to lowercase
Returns a specific number of characters from a text string starting at the position you specify
Converts text to number in a locale-independent manner
Extracts the phonetic (furigana) characters from a text string
Capitalizes the first letter in each word of a text value
Replaces characters within text
Repeats text a given number of times
Returns the rightmost characters from a text value
Finds one text value within another (not case-sensitive)
Substitutes new text for old text in a text string
Converts its arguments to text
Formats a number and converts it to text
Combines the text from multiple ranges and/or strings, and includes a delimiter you specify between each text value that will be combined If the delimiter is an empty text string, this function will effectively concatenate the ranges
Removes spaces from text
Returns the Unicode character that is references by the given numeric value
Returns the number (code point) that corresponds to the first character of the text
Converts text to uppercase
Converts a text argument to a number
Returns text from any specified value