!text!!Returns a numeric code for the first character in a text string, in the character set used by your computer!is the text for which you want the code of the first character!
text!Converts a text string to proper case; the first letter in each word in uppercase, and all other letters to lowercase!is ...
text!Converts all letters in a text string to lowercase!is the text you want to convert to lowercase. Characters in Text ...
text!Removes all nonprintable characters from text!is any worksheet information from which you want to remove nonprintable ...
text!Removes all spaces from a text string except for single spaces between words!is the text from which you want spaces ...
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 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,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 ...