Text Functions Flashcards
This function converts a normal number to the character it represents in the ANSI character set used by Windows.
=CHAR
This function removes any non-printable characters from text.
=CLEAN
This function shows the ANSI value of a single character, or the first character in a piece
=CODE
This function joins separate pieces of text into one item.
=CONCATENATE
This function converts a number into a piece of text formatted as currency.
=DOLLAR
This function compares two items of text and determine whether they are exactly the same.
=EXACT
This function looks for a specified letter inside another piece of text.
=FIND
This function converts a numeric value to text.
=FIXED
This function displays a specified number of characters from the left-hand side of a piece of text.
=LEFT
This function counts the number of characters, including spaces and numbers, in a piece of text.
=LEN
This function converts all characters in a piece of text to lower case.
=LOWER
This function picks out a piece of text from the middle of a text entry.
=MID
This function converts the first letter of each word to uppercase, and all subsequent letters are converted to lowercase.
=PROPER
This function replaces a portion of text with a new piece of text.
=REPLACE
This function repeats a piece of text a specified number of times.
=REPT