!text,decimal_separator,group_separator!!Converts text to number in a locale-independent manner!is the string representing the number you want to convert!is the character used as the decimal separator in the string!is the character used as the group separator in the string!
text!Returns a numeric code for the first character in a text string, in the character set used by your computer!is the text ...
text!Returns the number (code point) corresponding to the first character of the text!is the character that you want the ...
text!Returns the number of characters in a text string!is the text whose length you want to find. Spaces count as characters! ...
text!Returns the number of characters in a text string. Use with double-byte character sets (DBCS)!is the text whose length ...
text,decimal_separator,group_separator!Converts text to number in a locale-independent manner!is the string representing ...
text,number_times!Repeats text a given number of times. Use REPT to fill a cell with a number of instances of a text string!is ...
text,num_bytes!Returns the specified number of characters from the end of a text string. Use with double-byte character sets ...
text,num_bytes!Returns the specified number of characters from the start of a text string. Use with double-byte character ...
text,num_chars!Returns the specified number of characters from the end of a text string!is the text string that contains ...