Libreria formule

Funzioni Google Sheets

Una scheda strutturata per ogni funzione: sintassi, argomenti, esempi pratici, errori comuni, FAQ e collegamenti a formule correlate.

Digita almeno 2 lettere per vedere i suggerimenti.

Text

ARABIC

ARABIC(roman_numeral)

Computes the value of a Roman numeral. Learn more

Apri scheda
Text

ASC

ASC(text)

Converts full-width ASCII and katakana characters to their half-width counterparts. All standard-width characters will remain unchanged. Learn more. 

Apri scheda
Text

CHAR

CHAR(table_number)

Convert a number into a character according to the current Unicode table. Learn more

Apri scheda
Text

CLEAN

CLEAN(text)

Returns the text with the non-printable ASCII characters removed. Learn more

Apri scheda
Text

CODE

CODE(string)

Returns the numeric Unicode map value of the first character in the string provided. Learn more

Apri scheda
Text

CONCATENATE

CONCATENATE(string1, [string2, ...])

Appends strings to one another. Learn more

Apri scheda
Text

DOLLAR

DOLLAR(number, [number_of_places])

Formats a number into the locale-specific currency format. Learn more

Apri scheda
Text

EXACT

EXACT(string1, string2)

Tests whether two strings are identical. Learn more

Apri scheda
Text

FIND

FIND(search_for, text_to_search, [starting_at])

Returns the position at which a string is first found within text. Learn more

Apri scheda
Text

FINDB

FINDB(search_for, text_to_search, [starting_at])

Returns the position at which a string is first found within text counting each double-character as 2. Learn more

Apri scheda
Text

FIXED

FIXED(number, [number_of_places], [suppress_separator])

Formats a number with a fixed number of decimal places. Learn more

Apri scheda
Text

JOIN

JOIN(delimiter, value_or_array1, [value_or_array2, ...])

Concatenates the elements of one or more one-dimensional arrays using a specified delimiter. Learn more

Apri scheda
Text

LEFT

LEFT(string, [number_of_characters])

Returns a substring from the beginning of a specified string. Learn more

Apri scheda
Text

LEFTB

LEFTB(string, num_of_bytes)

Returns the left portion of a string up to a certain number of bytes. Learn more.

Apri scheda
Text

LEN

LEN(text)

Returns the length of a string. Learn more

Apri scheda
Text

LENB

LENB(string)

Returns the length of a string in bytes." Learn more.

Apri scheda
Text

LOWER

LOWER(text)

Converts a specified string to lowercase. Learn more

Apri scheda
Text

MID

MID(string, starting_at, extract_length)

Returns a segment of a string. Learn more

Apri scheda
Text

MIDB

MIDB(string)

Returns a section of a string starting at a given character and up to a specified number of bytes. Learn more.

Apri scheda
Text

PROPER

PROPER(text_to_capitalize)

Capitalizes each word in a specified string. Learn more

Apri scheda
Text

REGEXEXTRACT

REGEXEXTRACT(text, regular_expression)

Extracts matching substrings according to a regular expression. Learn more

Apri scheda
Text

REGEXMATCH

REGEXMATCH(text, regular_expression)

Whether a piece of text matches a regular expression. Learn more

Apri scheda
Text

REGEXREPLACE

REGEXREPLACE(text, regular_expression, replacement)

Replaces part of a text string with a different text string using regular expressions. Learn more

Apri scheda
Text

REPLACE

REPLACE(text, position, length, new_text)

Replaces part of a text string with a different text string. Learn more

Apri scheda
Text

REPLACEB

REPLACEB(text, position, num_bytes, new_text)

Replaces part of a text string, based on a number of bytes, with a different text string. Learn more.

Apri scheda
Text

REPT

REPT(text_to_repeat, number_of_repetitions)

Returns specified text repeated a number of times. Learn more

Apri scheda
Text

RIGHT

RIGHT(string, [number_of_characters])

Returns a substring from the end of a specified string. Learn more

Apri scheda
Text

RIGHTB

RIGHTB(string, num_of_bytes)

Returns the right portion of a string up to a certain number of bytes. Learn more.

Apri scheda
Text

ROMAN

ROMAN(number, [rule_relaxation])

Formats a number in Roman numerals. Learn more

Apri scheda
Text

SEARCH

SEARCH(search_for, text_to_search, [starting_at])

Returns the position at which a string is first found within text. Learn more

Apri scheda
Text

SEARCHB

SEARCHB(search_for, text_to_search, [starting_at])

Returns the position at which a string is first found within text counting each double-character as 2. Learn more

Apri scheda
Text

SPLIT

SPLIT(text, delimiter, [split_by_each], [remove_empty_text])

Divides text around a specified character or string, and puts each fragment into a separate cell in the row. Learn more

Apri scheda
Text

SUBSTITUTE

SUBSTITUTE(text_to_search, search_for, replace_with, [occurrence_number])

Replaces existing text with new text in a string. Learn more

Apri scheda
Text

T

T(value)

Returns string arguments as text. Learn more

Apri scheda
Text

TEXT

TEXT(number, format)

Converts a number into text according to a specified format. Learn more

Apri scheda
Text

TEXTJOIN

TEXTJOIN(delimiter, ignore_empty, text1, [text2], …)

Combines the text from multiple strings and/or arrays, with a specifiable delimiter separating the different texts. Learn more.

Apri scheda
Text

TRIM

TRIM(text)

Removes leading and trailing spaces in a specified string. Learn more

Apri scheda
Text

UNICHAR

UNICHAR(number)

Returns the Unicode character for a number. Learn more.

Apri scheda
Text

UNICODE

UNICODE(text)

Returns the decimal Unicode value of the first character of the text. Learn more.

Apri scheda
Text

UPPER

UPPER(text)

Converts a specified string to uppercase. Learn more

Apri scheda
Text

VALUE

VALUE(text)

Converts a string in any of the date, time or number formats that Google Sheets understands into a number. Learn more

Apri scheda