CONCATENATE
CONCATENATE(string1, [string2, ...])
Appends strings to one another. Learn more
Marketing
Apri schedaUna 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.
9 formule trovate
CONCATENATE(string1, [string2, ...])
Appends strings to one another. Learn more
Marketing
Apri schedaJOIN(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 schedaLEFT(string, [number_of_characters])
Returns a substring from the beginning of a specified string. Learn more
Marketing
Apri schedaLEN(text)
Returns the length of a string. Learn more
Marketing
Apri schedaLOWER(text)
Converts a specified string to lowercase. Learn more
Marketing
Apri schedaMID(string, starting_at, extract_length)
Returns a segment of a string. Learn more
Marketing
Apri schedaRIGHT(string, [number_of_characters])
Returns a substring from the end of a specified string. Learn more
Marketing
Apri schedaTRIM(text)
Removes leading and trailing spaces in a specified string. Learn more
Marketing
Apri schedaUPPER(text)
Converts a specified string to uppercase. Learn more
Marketing
Apri scheda