Excel PHONETIC Function
Author: Zhoumandy Last Modified: 2022-08-22
The PHONETIC extracts the phonetic (furigana) characters from a text string.
Syntax
=PHONETIC(reference)
Arguments
- Reference (required): A text string, or a cell reference or cell range containing a phonetic string.
Return Value
The PHONETIC function returns a text value..
Function notes
- To use the PHONETIC function, you must configure your region setting as the Far East languages (Japanese, Chinese, and Korean).
- If the supplied reference argument is a range of cells, the furigana text string in the upper-left corner cell of the range will be returned./li>
- The #N/A error value occurs if the supplied reference argument is a range of nonadjacent cells.
Example
As the below screenshot shows, cell B5 contains a text. To extract the phonetic (furigana) characters from cell B5, please do as follows.
Please copy the formula below into cell D5, then press the Enter key to get the result.
=PHONETIC(B5)
Relative Functions:
Excel EVEN Function
The EVEN function rounds numbers away from zero to the nearest even integer.
Excel EXP Function
The EXP function returns the result of the constant e raised to the nth power.