[]
Spread provides the following lookup and reference functions, listed alphabetically.
Function | Description |
---|---|
This function converts full-width (double-byte) characters to half-width (single-byte) characters. | |
This function converts a number to Thai text and adds a suffix of "Baht" | |
This function returns the character specified by a number. | |
This function removes all non-printable characters from text. | |
This function returns a numeric code to represent the first character in a text string. The returned code corresponds to the Windows character set (ANSI). | |
This function combines multiple text strings or numbers into one text string, the function will stay available for compatibility with "CONCATENATE" function. | |
This function combines multiple text strings or numbers into one text string. | |
This function converts half-width (single-byte) characters to full-width (double-byte) characters. | |
This function converts a number to text using currency format, with the decimals rounded to the specified place. | |
This function finds one text value within another and returns the text value’s position in the text you searched. | |
This function finds one text value within another and returns the text value's position in the text you searched, and counts each double-byte characte as 2 when set DBCS as the default language. | |
This function rounds a number to the specified number of decimal places, formats the number in decimal format using a period and commas (if so specified), and returns the result as text. | |
This function converts half-width (single-byte) characters to full-width (double-byte) characters. Supported in Japanese and German language packages only. | |
This function returns the specified leftmost characters from a text value, and based on the number of characters you specify. | |
This function returns the specified leftmost characters from a text value, and based on the number of bytes you specify. | |
This function returns the length of the number of characters in a text string. | |
This function returns the length of the number of bytes in a text string. | |
This function converts text to lower case letters. | |
This function returns the requested number of characters from a text string starting at the position you specify, and based on the number of characters you specify. | |
This function returns the requested number of characters from a text string starting at the position you specify, and based on the number of bytes you specify. | |
This function capitalizes the first letter in each word of a text string. | |
This function replaces part of a text string with a different text string, based on the number of characters you specify. | |
This function replaces part of a text string with a different text string, based on the number of bytes you specify. | |
This function repeats text a specified number of times. | |
This function returns the specified rightmost characters from a text value, and based on the number of characters you specify. | |
This function returns the specified rightmost characters from a text value, and based on the number of bytes you specify. | |
This function finds one text string in another text string and returns the index of the starting position of the found text. | |
This function finds one text string in another text string and returns the index of the starting position of the found text, and counts each double-byte characte as 2 when set DBCS as the default language. | |
This function substitutes a new string for specified characters in an existing string. | |
This function returns the text in a specified cell. | |
This function formats a number and converts it to text. | |
This function returns text after delimiting characters. | |
This function returns text before delimiting characters. | |
This function combines multiple ranges and/or strings into one text, and the text includes a delimiter you specify between each text value. | |
This function splits text into rows or columns using delimiters. | |
This function removes extra spaces from a string and leaves single spaces between words. | |
This function returns the Unicode character of a given numeric reference. | |
This function returns the number corresponding to the first character of the text. | |
This function converts text to uppercase letters. | |
This function converts a text string that is a number to a numeric value. |