The UNICHAR () and UNICODE () functions in Excel
The UNICHAR () and UNICODE () functions are used for UNICODE charsets, you can get Unicode characters from the numeric input value with UNICHAR () and vice versa, get numeric values from the first Unicode character. on with the UNICODE () function.
The article describes the syntax and usage of the UNICHAR () and UNICODE () functions in Excel.
UNICHAR function
Description
The UNICHAR () function returns the Unicode character of the numeric input value, the function used for UNICODE charset.
Syntax
= UNICHAR (number)
Inside:
number is the numeric character to convert to Unicode, a required parameter.
Note
- Unicode characters can be returned as a string of characters (such as UTF-8, UTF-16).
- If number is 0 (zero) or numeric values are out of range, UNICHAR returns the #VALUE! Error.
- If number is a partial replacement number and the data type is invalid, the function will return the # N / A error.
For example
= UNICHAR (78)
UNICODE function
Description
The UNICODE () function returns the number of the input character, if the input is a string, the function returns the number of the first character in the string. Use for Unicode encoding.
Syntax
= UNICODE (text)
Inside:
text is the character or string to get the Unicode value, if the text contains invalid data types, the function will return the #VALUE! error.
For example
= UNICODE ("A")
= UNICODE ("TipsMake.vn")
How to use the two functions UNICHAR () and UNICODE () is very simple, but these two functions are only supported with Excel 2013 and also with Excel 2003, 2007, 2010 are not supported. You can install the version of Office 2013 to use these two functions. Good luck!
You should read it
- How to fix the SUM function doesn't add up in Excel
- New Emoji icon in the next Unicode set
- Complete financial functions in Excel you should know
- MS Excel - Lesson 5: Excel formulas and functions
- Display Vietnamese Unicode text in Access 2000
- Summary of information functions in Excel
- Comparison functions in Excel - How to use comparison functions and examples using comparison functions
- Instructions to convert fonts to unicode
May be interested
- LEN () and LENB () functions in Excelthe len () function returns the number of characters in the input text string. the lenb () function returns the number of bytes used to represent characters in the input text string. the lenb function only comes to 2 bytes per character when the default language is one of the languages that supports dbcs.
- RIGHT () and RIGHTB () functions in Excelthe right () function returns the result as one or more final characters in a text string based on the number of characters you give. the right () function always comes with every 1 character whether it is single byte or double byte or whatever the default language is.
- SEARCH () and SEARCHB () functions in Excelthe search () function and the searchb () function are two functions that help you process strings in excel. when you need to find the starting position of a substring in a text string without case or case, you use the search () or searchb () function.
- DATEDIF () function (calculate the total number of years, total months or total days from two given periods) in Excelthe datedif () function helps you calculate the total number of years, the total number of months, or the total number of days from two given periods.
- DMAX () function (returns conditional maximum value) in Exceldmax () is the function that returns the maximum value in a column in a list or database that satisfies the condition that you give.
- DMIN () function (returns the minimum value by condition) in Exceldmin () function helps you find and return the smallest value in a column in a list or database that meets the conditions that you give.