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
- Instructions to convert fonts to unicodeguide you how to convert fonts to unicode in a very simple and effective way.
- Date time functions in Excelexcel supports you to process and calculate quickly with the functions that excel provides such as calculation functions, date functions ... one of them is the function of time to help you handle the prices. time value: hour, minute, second conveniently
- 10 EXCEL functions that ACCOUNTERS often usein excel, there are many functions that can help accounting in daily data entry, but here are some common functions used by accounting.
- The 10 most useful but often forgotten functions in excelmicrosoft excel is an extremely effective and effective calculation tool not only for accounting and office but also for many other industries.
- Logical functions (logical) in Excellogical functions are used a lot during data processing in excel. the article summarizes the syntax and functions of functions in logical function groups in excel.
- How to use Excel's VALUE functionexcel's value function will convert a string to a digital form, which can be combined with other functions such as left function, right function, mid function.
- Instructions for using Index function in Excelindex is a function that returns an array in excel. when using the index function, you get the values in a cell between the column and the row.
- Tips for working with functions in Excelfunctions that work with excel functions functions are predefined formulas for performing specific calculations, or for manipulating spreadsheets.
- How to add computers to Excelto perform complex calculations on excel or even change units, we can install computers on excel.
- The MIN and MAX functions (the smallest and largest value functions) in Excelthe function to return the maximum value (max) and the function to return the minimum value (min) are two common statistical functions used by a lot of people in the process of manipulating and processing data in excel.