The TEXT Function
It converts numbers to a more readable text format, using format codes. It will convert numbers to text, so functions that require a numeric value will not be able to use the converted one.
It converts numbers to a more readable text format, using format codes. It will convert numbers to text, so functions that require a numeric value will not be able to use the converted one.
It returns a text referred by a given value.
It searches for a specific text in string and replaces it with another. It is a case-sensitive function.
It returns a given amount of characters from the end of a string.
It repeats a specific text a given number of times.
It replaces part of a string, based on a start position and number of characters you specify, with a different string.
It capitalizes the first letter of each word and converts the rest of the letters to lowercase.
It returns a specific amount of characters from a string, starting at a specific position in the string.
It converts all letters in a string to lowercase.
It returns a certain amount of characters from the beginning of a string.