Removes spaces from text
Read MoreCombines the text from multiple ranges and/or strings, and includes a delimiter you specify between each text value that will be combined. If the delimiter is an empty text string, this function will effectively concatenate the ranges.
Read MoreFormats a number and converts it to text
Read MoreSubstitutes new text for old text in a text string
Read MoreFinds one text value within another (not case-sensitive)
Read MoreReturns the rightmost characters from a text value
Read MoreReplaces characters within text
Read MoreCapitalizes the first letter in each word of a text value
Read MoreReturns a specific number of characters from a text string starting at the position you specify
Read MoreReturns the number of characters in a text string
Read MoreReturns the leftmost characters from a text value
Read MoreFinds one text value within another (case-sensitive)
Read MoreChecks to see if two text values are identical
Read MoreCombines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.
Read More