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.

Azzera

9 formule trovate

Non sai da dove partire? Percorsi per livello e use case
Base Intermedio Avanzato Use case Sfida del giorno
Text Base

CONCATENATE

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

Appends strings to one another. Learn more

Marketing

Apri scheda
Text Base

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

Marketing

Apri scheda
Text Base

LEFT

LEFT(string, [number_of_characters])

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

Marketing

Apri scheda
Text Base

LEN

LEN(text)

Returns the length of a string. Learn more

Marketing

Apri scheda
Text Base

LOWER

LOWER(text)

Converts a specified string to lowercase. Learn more

Marketing

Apri scheda
Text Base

MID

MID(string, starting_at, extract_length)

Returns a segment of a string. Learn more

Marketing

Apri scheda
Text Base

RIGHT

RIGHT(string, [number_of_characters])

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

Marketing

Apri scheda
Text Base

TRIM

TRIM(text)

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

Marketing

Apri scheda
Text Base

UPPER

UPPER(text)

Converts a specified string to uppercase. Learn more

Marketing

Apri scheda