Skip to content

Text

Built-in functions › Spreadsheet formulas › Text

25 functions in this category.

FunctionWhat it does
arraytotextConvert an array to a text representation.
charCharacter with the given numeric code (Excel-compatible).
cleanRemove non-printable characters from a string.
codeNumeric character code of the first character.
dollarFormat a number as currency text.
findFind one string within another (case-sensitive, no wildcards).
fixedFormat a number with a fixed number of decimal places.
leftFirst N characters of a string.
leftbFirst N bytes of a string.
lenNumber of characters in a string.
lenbNumber of bytes in a string.
midSubstring starting at a given position.
midbSubstring by byte position and length.
numbervalueLocale-aware numeric parse.
properCapitalize the first letter of each word.
replaceReplace a portion of a string at a specific position.
reptRepeat a string a specified number of times.
rightLast N characters of a string.
rightbLast N bytes of a string.
searchFind one string within another (case-insensitive).
substituteReplace text by content (substring matching).
tReturn text values unchanged; non-text values become empty.
textFormat a number as text using an Excel-style format.
textjoinConcatenate text values with a delimiter.
valueConvert a text string to a number.