The PROPER Function
It capitalizes the first letter of each word and converts the rest of the letters to lowercase.
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.
It finds one text string that exists inside another text string and returns the position within the second string, from which the first one begins. It is NOT case-sensitive and allows wildcard characters.
It finds one text string that exists inside another text string and returns the position within the second string, from which the first one begins. It is case-sensitive and doesn’t allow wildcard characters.
It compares 2 strings and returns TRUE if they are exactly the same. It is case-sensitive.
It is used to join two or more text strings into one string. This function has replaced the CONCATENATE function.
It is used to join two or more text strings into one string. This function has been replaced by the CONCAT function. Even though it is still available you should avoid using it because it may not be available in future versions of Excel.
It returns the character specified by a number from the computer’s character set.