Archive

REPT

Repeats text a given number of times. Use REPT to fill a cell with a number of instances of a text string.

REPLACE

REPLACE replaces part of a text string, based on the number of characters you specify, with a different text string.

MID

Returns a string of characters from the middle of a text string, given a starting position and length.

LOWER

Converts all letters in a text string to lowercase.

LEN

Returns the number of characters in a text string.

LEFT

Returns the specified number of characters from the start of a text string.

FORMAT

Converts a value to text according to the specified format.

FIXED

Rounds a number to the specified number of decimals and returns the result as text. You can specify that the result be returned with or without commas.

FIND

Returns the starting position of one text string within another text string. FIND is case-sensitive.

EXACT

Compares two text strings and returns TRUE if they are exactly the same, FALSE otherwise. EXACT is case-sensitive but ignores formatting differences. You can use EXACT to test text being entered into a document.