!text!!Returns the number of characters in a text string. Use with double-byte character sets (DBCS)!is the text whose length you want to find!
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 ...
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 ...