DBCS function in excel is a text/string function. Its full form is (Double Byte Character Set). This function is used …
Category: text strings
A text string, also known as a string or simply as text, is a group of characters that are used as data in a spreadsheet program. Text strings are most often comprised of words, but may also include letters, numbers, special characters, the dash symbol, or the number sign. By default, text strings are left-aligned in a cell while number data is aligned to the right.
The Excel CONCAT function concatenates (joins) values supplied as references or constants. Unlike the CONCATENATE function (which CONCAT replaces), CONCAT …
The Excel UNICODE function returns a number (code point) corresponding to a Unicode character in decimal format. Unicode is computing …
The Excel TEXTJOIN function concatenates (joins) values with a given delimiter. Unlike the CONCAT function, TEXTJOIN allows you to supply …
The Excel UNICHAR function returns a Unicode character based on a given number. Syntax:= UNICHAR (number) The UNICHAR function syntax …
The Excel T function returns text when given a text value and an empty string (“”) for numbers, dates, and …
Value function in Excel gives the value of a text which represents a number for example if we have a …
The UPPER function is an Excel Text function, that will convert text to all capital letters (UPPERCASE). Thus, the function …
Trim function in excel as the name suggests itself it trims some part of any string, why string because it …
Substitute function in excel is a very useful function which is used to replace or substitute a given text with …